News

System.out.println(str.toUpperCase()); System.out.println(str); //Print the string in uppercase System.out.println(str.toLowerCase()); //Print the string in lowercase /* * String is immutable in Java.
Contribute to Avinck/Assignment-3-String-buffer-core-java development by creating an account on GitHub.