Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CS 2 0 1 R Problem Solving & Programming II Program 1 3 Numbers Key Learning Objectives: C + + Basics: input, output, branching &

CS 201R
Problem Solving & Programming II
Program 13 Numbers
Key Learning Objectives: C++ Basics: input, output, branching & looping
Assignment Problem: The pseudocode & program will be presented and worked on in class (Week 1).
The program should allow the user to enter 3 numbers and output the following:
a. The largest of these 3 numbers
b. The smallest of these 3 numbers
This will continue until the user indicates that the loop should end.
Submission:
a. Create a free account in repl.it using your UMKC username.
b. Click the button + Create Repl (upper left corner)
o Select the language C++
o Title the assignment: CS201??1-Numbers, replacing ?? with your initials
c. Prior to the #include, please add the following:
o //Name: your name
o //Program 1 Numbers
o // comment on program purpose
d. Complete the code as done in class (you may need to add some functionality to complete) and submit
your repl.it link in Canvas
Grading:
This is a completion grade based on the requirements given (they either work or do not): 5 points per requirement
Requirement Completed as directed
Comments as indicated
Prompts user for 3 numbers
Prints the largest of the 3 numbers
Prints the smallest of the 3 numbers
Loops properly
125%

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions