Question: Show the output, including proper spacing. for (int j = 1; j
Show the output, including proper spacing.
for (int j = 1; j <= 4; j++) {
}
for (int k = 1; k <= 4; k++) {
if (j <= k) System.out.print(*);
else System.out.print( );
} System.out.println();
in java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
