logo

Crowdly

How many times will * be printed in this code? for (int i = 1; i <= 4; i++) { ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

How many times will * be printed in this code?

for (int i = 1; i <= 4; i++) {

    for (int j = 1; j <= 4; j++) {

        System.out.print("*");

    }

    System.out.println();

}

 

}

0%
100%
0%
0%
More questions like this

Want instant access to all verified answers on moovit.vit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!