Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~133 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for Scotty72

Hi all, I have copied the following Java IO example from a manual: public class Act2_15 { public static void main (String args[]) throws java.io.IOException { int v = System.in.read(); System.out.println("Value read was " + v); } } but find that, when I compile and run it under bash, the …

Member Avatar for BountyX
0
133