Technology
Search
SiteMap
GofPatterns
OOPortal
Java 2 Certification
Java Readers Writers
Java Streams
Java-TM-I
Java-TM-II
Java-OO Programming
Intro Java Streams
Stream Basics
Data Stream Reading
Writing Data Using Streams
Reading data from System.in
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.