/*
*Write a Java program that reads a string from the keyboard, and outputs the string twice in a row, first all uppercase and next all lowercase.
If, for instance, the string “Hello" is given, the output will be “HELLOhello"
*/
TIP : Use the Scanner and String Methods
No comments
Post a Comment