-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Description
write a program in c following these algorithm and in every step of program there should option of back and exit so that users can use calculator smoothly.
Step 1: Start the program
Step 2: Display the following interface
1. Arithmetic Calculator
2.Scientific Calculator
step 3:input number n
Step 4: if n=1 Display and calculate the folloeing operations
1.Addition
2.subtraction
3.Multiplication
4.Division
5.Modulo
6.Back
7.Exit
Step 5: if n=2
Display and calculate the following operations
- Square root
- Power
- Trignometric Value
- Factorial
- Multiplication of matrix
- log (base e)
- log (base10)
- back
- Exit
Step 6.End the program
Metadata
Metadata
Assignees
Labels
No labels