Findryan

Untitled

Nov 4th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class Input
  4. {
  5. public static void main(String[]args)
  6. {
  7. Scanner input = new Scanner(System.in);
  8. System.out.println("Coba masukan kata : ");
  9. String kata = input.next();
  10. System.out.println(kata);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment