Thread
:
looking for Solution of 2D array in Java
View Single Post
shabbir
Go4Expert Founder
31Aug2006,20:17
Code: Java
for
(
int
i =
0
;i<n;i++
)
{
for
(
int
i =
0
;i<n;i++
)
{
System
.
Out
.
Print
(
"#"
)
;
}
}
Instead of printing you can even get them into a two dimensional array.