Create a simple scientific calculator program in C as follows: - Display a menu of options according to table. - Ask the user to enter a menu option (upper and lower case will work). - If menu option is not valid, display msg “invalid option” and repeat parts 1 and 2. (use do-while) - For “add” option ask the user to enter two numbers, store as double and display sum. - For subtract option ask the user to enter two numbers, store as double and display difference. - For multiply option, same as above. - For divide option, same as above(test the denominator, if zero, display an appropriate msg). - For remainder option, ask the user to enter two integers and displays remainder. - For squared, ask the user to input a number and output the square of the number. - For square root, check if the number is negative and output appropriate msg, otherwise, output solution. - For factorial, ask for a number an output factorial ( 5! = 5*4*3*2*1). (use for loop) - For absolute value, output the absolute value of a given number. - For greater integer, round the number to an integer greater than number. - For leap year, output a statement indicating if a given year is leap year or not (start at year zero, no negatives should be allowed).

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter7: User-defined Simple Data Types, Namespaces, And The String Type
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

Create a simple scientific calculator program in C as follows:
- Display a menu of options according to table.
- Ask the user to enter a menu option (upper and lower case will work).
- If menu option is not valid, display msg “invalid option” and repeat parts 1 and 2. (use do-while)
- For “add” option ask the user to enter two numbers, store as double and display sum.
- For subtract option ask the user to enter two numbers, store as double and display difference.
- For multiply option, same as above.
- For divide option, same as above(test the denominator, if zero, display an appropriate msg).
- For remainder option, ask the user to enter two integers and displays remainder.
- For squared, ask the user to input a number and output the square of the number.
- For square root, check if the number is negative and output appropriate msg, otherwise, output solution.
- For factorial, ask for a number an output factorial ( 5! = 5*4*3*2*1). (use for loop)
- For absolute value, output the absolute value of a given number.
- For greater integer, round the number to an integer greater than number.
- For leap year, output a statement indicating if a given year is leap year or not (start at year zero, no
negatives should be allowed).

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 6 images

Blurred answer
Knowledge Booster
Structure chart
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT