Thread
:
Read from console (Scanner Class)
View Single Post
#
4
(
permalink
)
12-11-2007, 06:48 AM
staykovmarin
Senior Member
Join Date: Nov 2007
Location: Newport, WA
Posts: 141
Define doesnt work:
Code:
x = input.InputInt(); System.out.println(x); y = input.InputInt(); System.out.println(x);
You are also printing x twice there.
staykovmarin
View Public Profile
Send a private message to staykovmarin
Find all posts by staykovmarin