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
* * * *
* * * *
* * * *
* * * * 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
* * * *
* * * *
* * * *