Run »
×
Change Orientation
public class Main { public static void main(String[] args) { String txt = "Hello World"; System.out.println(txt.toUpperCase()); System.out.println(txt.toLowerCase()); } }
HELLO WORLD
hello world
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit