banner

Monday, August 29, 2016

PE 2 : String Manipulation

/*  *Write a Java program that reads a string from the keyboard, and outputs the string twice in a row, first all uppercase and next al... thumbnail 1 summary

/*
 *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