Question: CS 2 0 1 R Problem Solving & Programming II Program 1 3 Numbers Key Learning Objectives: C + + Basics: input, output, branching &
CS R
Problem Solving & Programming II
Program Numbers
Key Learning Objectives: C Basics: input, output, branching & looping
Assignment Problem: The pseudocode & program will be presented and worked on in class Week
The program should allow the user to enter numbers and output the following:
a The largest of these numbers
b The smallest of these 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: CSNumbers, replacing with your initials
c Prior to the #include, please add the following:
o Name: your name
o Program 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: points per requirement
Requirement Completed as directed
Comments as indicated
Prompts user for numbers
Prints the largest of the numbers
Prints the smallest of the numbers
Loops properly
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
