Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Script#2 Create a script to input 2 numbers from the user. The script will then ask the user to perform a numerical calculation of addition,
Script#2 Create a script to input 2 numbers from the user. The script will then ask the user to perform a numerical calculation of addition, subtraction, multiplication, or division. Once the calculation is performed, the script will end. Note: Use the "case" or the "if/then/elseif" control structure to resolve this problem. Allow the user to input either the name of the calculation or the symbol. Also make sure you perform a check if the user types in the incorrect value. Do not use printf statement or any other statement we have not used so far in class. Add comments where necessary
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started