C program to find square of a number using do while loop
Answers
Answered by
4
The while loop is particularly useful when the number of iterations is not known or cannot ... printf("Number\t Square\t Cube\n"); ... The value of n is entered by the user of the program.
Similar questions