filmov
tv
Java Program to Generate Multiplication Table || Java me Table kaise Print karen || Table print

Показать описание
Java Program to Generate Multiplication Table || Java me Table kaise Print karen || Table print
In the above program, unlike a for loop, we have to increment the value of i inside the body of the loop.
Though both programs are technically correct, it is better to use for loop in this case. It's because the number of iteration (from 1 to 10) is known.
In the above program, unlike a for loop, we have to increment the value of i inside the body of the loop.
Though both programs are technically correct, it is better to use for loop in this case. It's because the number of iteration (from 1 to 10) is known.