CIS170C All Assignments CIS170C All Assignments | Page 11
Section
Deliverable
Points
Part A Step 7: Program Listing and Output 20
Part B Step 7: Program Listing and Output 25
E.
Lab Steps
Preparation:
If you are using the Citrix remote lab, follow the login instructions located in the iLab tab in
Course Home.
Locate the Visual Studio 2010 icon and launch the application.
Lab:
Part A: Determine Smallest Number
Step 1: Requirements
Write a program that inputs two numbers and determines which of the two numbers is the
smallest. If the numbers are equal, display a message that they are equal.
Sample output from program:
You will be asked to enter two numbers.
The smallest value will be displayed or a message if they are the same.