View Single Post
Old May 10th, 2006, 8:17 PM   #5
NightShade01
Programmer
 
Join Date: Oct 2005
Posts: 52
Rep Power: 4 NightShade01 is on a distinguished road
for(i = 0; i < 5; i++)
    
    System.out.println(seat[i] + " " + seat[i]);

this works to print two lines but that's as far as i'm getting with this...:-(
NightShade01 is offline   Reply With Quote