Social Sciences, asked by sonalipatil36, 5 days ago

write mathematical function to find square of a number​

Answers

Answered by rahulaarjav
0

Answer:

Program to Calculate Square of a Number using Functions

Program to Calculate Square of a Number using FunctionsWhen the compiler reaches to Calculate_Square(number) line in main() program, the compiler will immediately jump to int Calculate_Square (int Number) function. Calculate_Square (int Number) function will calculate the square and return the value.

Answered by khannaaditya282
0

Answer:

ok

Explanation:

To find the square of any number can be found by multiplying

the number by itself

Similar questions