70 of 100 menu

Java Taskbook Level 7.10

Create a method that will take a letter as a parameter and check whether it is a Cyrillic or Latin letter.

Make a function that takes a letter as a parameter and checks whether it is an uppercase or lowercase letter.

Create a method that takes an array as a parameter and shuffles the elements of this array in random order.

Create a method that takes a string of words as a parameter and returns a string consisting of the first letters of those words converted to uppercase.

enru