Java Streams  «Prev  Next»

Reading Data from System.in using Java

Write a program that reads data from System.in using an InputStream and prints the numeric value of each byte read using the System.out.println() method. Paste the source code of your program below and click the Submit button when you are ready to submit this exercise.