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
0
Explanation:
i don t know. the. answer
Similar questions