Question
For this lab assignment, you will be writing full programs. Here is where youre going to use an IDE of your choice (or Linux if
For this lab assignment, you will be writing full programs. Here is where youre going to use an IDE of your choice (or Linux if youd like). The naming scheme for your individual source code files should be something related to the problem number (e.g. program2.cpp or p2.cpp is okay, Source.cpp is not.) When you are finished typing out a program, you will need to test and debug it to make sure it is working. ((( C++ PROGRAMS CODING LANGUAGE)))
1. Write a simple calculator program that takes in two numbers and produces their sum, difference, product, quotient, and remainder.
Sample Run:
Please enter two integer values: 89 14
89 + 14 = 103 89 - 14 = 75 89 * 14 = 1246 89 / 14 = 6 with a remainder of 5
(Italicized text is what you will output to the user. Bold text is what the user inputs.)
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