A program that display square number
Answers
Answered by
2
The below program ask the user to enter the value. After getting the value from the user it will call a function squareOfNumber() to calculate the square of the entered number. The function squareOfNumber() is using an arithmetic multiplication operator to calculate the square of the input number.
Similar questions