Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public class test {
  2. public static void main(String args[]) throws IOException {
  3. BufferedReader in = new BufferedReader(new
  4. InputStreamReader(System.in));
  5. char x =(char)in.read();
  6. char y =(char)in.read();
  7. char z =(char)in.read();
  8. System.out.print(x+y+z);
  9. }
  10. }
Add Comment
Please, Sign In to add comment