MP3
This commit is contained in:
@@ -17,7 +17,7 @@ public class NestedForPyramid {
|
||||
for (int row = 1; row <= 128; row += row) {
|
||||
// Whitespace Moment
|
||||
for (int startSpace = 0; startSpace < endSpace; startSpace++) {
|
||||
System.out.print(" ");
|
||||
System.out.print(" ");
|
||||
}
|
||||
// Display ascending numbers
|
||||
for (int l = 1; l <= row; l += l) {
|
||||
|
Reference in New Issue
Block a user