Question: i need c programming EXERCISE 4 (a) Get a number from the user. (b) Using the header file math.h, calculate the square root of the
EXERCISE 4 (a) Get a number from the user. (b) Using the header file math.h, calculate the square root of the number using an sqrt() in built function. Enter a number : 25 The square root of 25 is 5.00 Press any key to continue EXERCISE 5 (a) Get a number from the user. (b) Using the header file math.h, calculate the power of the number using the in built function pow (x,y). Enter a number : 4 Enter the power : 3 4 to the power of 3 is 64 Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
