Computer Science, asked by buntysingh1979bunty, 7 days ago

7. Analyse the given program segment and
answer the following questions:
for(int a=3;a<=5;a++)
{
for(int b=2;b<a ;b++)
{
System.out.println(" ");
}
System.out.println("Welcome ");
}
How many times does the inner loop
execute?​

Answers

Answered by uroos240
0

Explanation:

i don t know. the. answer

Similar questions