Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

how to write programs to to designs using loops in java. eg: * * *

$
0
0
How to write a java program to this design using loops in java


* * * * class x
* * * * public static void main (String arg[])
* * * * for (int x = 0; x<3; x++)
{
for (int y = 0; y< 4; y++)
{
for (int z = 0; z<4, z++)
}
}

the question is this. the above one is wrong
* * * *
* * * *
* * * *

Viewing all articles
Browse latest Browse all 51036

Trending Articles