Thread
:
Multi array question
View Single Post
May 10th, 2006, 8:17 PM
#
5
NightShade01
Programmer
Join Date: Oct 2005
Posts: 52
Rep Power:
4
(
Toggle Plain Text
)
for(i = 0; i < 5; i++) System.out.println(seat[i] + " " + seat[i]);
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
View Public Profile
Find More Posts by NightShade01