Guest User

Untitled

a guest
May 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Main {
  2. public static void main (String[] args) {
  3. String txt1 = "Bhineka tunggal ika";
  4.  
  5. System.out.println(txt1.toUpperCase());
  6. System.out.println(txt1.toLowerCase());
  7.  
  8. }
  9. }
Add Comment
Please, Sign In to add comment