Question: Write a C program that reads a floating-point value (called x) and then a character that describes an operation using values x, and then displays
Write a C program that reads a floating-point value (called x) and then a character that describes an operation using values x, and then displays the result. Extend the program, so that the two operations are repeated 10 times.
The operations associated to the characters are as follows:
e computes ex
/ compute ln x
r computes the square root of x
m computes the absolute value of x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
