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

  1. Create integer variables to hold 2 numbers

  2. Prompt the user and store the first number

  3. Prompt the user and store the second number

  4. Show the user the following output with appropriate values:

    1. The value of the first number:

    2. The value of the second number:

    3. The Sum of the two numbers

    4. The Product of the two numbers

Deliverable

Upload the following:

  1. Full source code (.txt or .cpp)

  2. Screenshot of the Console with the code executing

COSC-1336 / ITSE-1302 Computer Science - Author: Dr. Kevin Roark