Advertisement
Guest User

Untitled

a guest
May 28th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. package test;
  2.  
  3. import java.io.*;
  4. public class Test {
  5.  
  6. public static void main(String[] args) throws IOException {
  7. System.out.println("Введи a:");
  8. System.in.read();
  9. System.out.println("Введи b:");
  10. System.in.read();
  11. System.out.println("Введи c:");
  12. System.in.read();
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement