Computer Science, asked by vermakavya3664, 1 year ago

C program to find square of a number using do while loop

Answers

Answered by Anonymous
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