Advertisement
Guest User

Untitled

a guest
Jun 29th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. //package myProject;
  2.  
  3. class TestowaKlasa {
  4.     public static void main(String[] args);
  5.     static Scanner sc = new Scanner(Stystem.in);
  6.     public static String getUserInput(){
  7.         return sc.nextLine();
  8.         System.out.print("Podaj imię: ");
  9.         String imieWczytaneOdUzytkownika = getUserInput();
  10.        
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement