1.

Convert the following while loop to the corresponding forloopintm=5, m= 10;while(n>=1) {System.out. Println(m*n);n--;}​

Answer»


Discussion

No Comment Found