Module 1 Lab - Calculate Two Numbers
Objective
In this assignment, you will write a C++ program that uses both console input and output to perform a simple calculation based on user input.
Requirements
Create integer variables to hold 2 numbers
Prompt the user and store the first number
Prompt the user and store the second number
Show the user the following output with appropriate values:
The value of the first number:
The value of the second number:
The Sum of the two numbers
The Product of the two numbers
Deliverable
Upload the following:
Full source code (.txt or .cpp)
Screenshot of the Console with the code executing
COSC-1336 / ITSE-1302 Computer Science - Author: Dr. Kevin Roark