View Single Post
  #4 (permalink)  
Old 12-11-2007, 06:48 AM
staykovmarin staykovmarin is offline
Senior Member
 
Join Date: Nov 2007
Location: Newport, WA
Posts: 141
staykovmarin is on a distinguished road
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.
Reply With Quote