Question: Program project python For Project 1. you wil design and implement a program that has a sefection menu of mathematical operations . The user should

Program project python
Program project python For Project 1. you wil design and implement a

For Project 1. you wil design and implement a program that has a sefection menu of mathematical operations . The user should select an option from the printed menu to perform that specifio operation. The program will echo the selected function back to the user and then ask for a desired input argument for the selected function. The program will then perform the operation and return the result. The functions required for this program include: [1]sin(x), (2]cos(x),(3)tan(x), [4) sqn(x),(5)ln(x), and [6] factorial(x) For thgonometric functions (sine, cosine, tangent). the required input argument should be in degrees (need to switch from default input of radians). For sqrt(x) and in (x), only use positive values. The final function factorial(x), should accept integer values Process of erecution 1. Print the function menu and prompt user for a selection. 2. Take input nad echo selection back to user 3. Prompt user for input argument value. 4. Take and store input value for computation. 5. Perform appropriate operation based on menu selection 6. Print the result. 7. Loop program to ask user for next operation 8. Give user choice to "exit" or "quit" the program. Your code will be evaluated through 10 tests including: menu development, input selection, argument input, function computation, loop structure, and escape sequence. Each test is worth 10 points and the evaluations are designed to encourage incremental development of your code

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!