nested while loop. a=1 while a(<=5) { b=1; while(b<=a) { System.out.println(b); b++;} System.out.println(); a++; }
predict the output
Answers
Answered by
0
Answer:
soory I don't ans
Explanation:
soory I don't ans
Similar questions