You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Step 6.End the program
The text was updated successfully, but these errors were encountered: