Question: Please somebody help me out asap. Write a C program, that converts radians to degrees. You will need to prompt the user to put in
Please somebody help me out asap.

Write a C program, that converts radians to degrees. You will need to prompt the user to put in a radian value, which your program converts to degrees and prints out the result. The catch is that your program is supposed to accept an input value only, if it lies between 0 and 2*PI, inclusively. If the value entered is outside of those boundaries, your program will ask the user again to put in a valid value. Specifically, if the user just started the program, the command line prompt for input is supposed to be: "Enter radian: ". If an incorrect value was entered ***the very first time***, then all subsequent prompts are supposed to be: "Enter radian between 0 and 2*P
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
