subject

Marty stepp (on 2016/09/08) write a sentinel loop that repeatedly prompts the user to enter a number and, once the number -1 is typed, displays the maximum and minimum numbers that the user entered. here is a sample dialogue: type a number (or -1 to stop): 5
type a number (or -1 to stop): 2
type a number (or -1 to stop): 17
type a number (or -1 to stop): 8
type a number (or -1 to stop): -1
maximum was 17
minimum was 2

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
How do we use the sumif formula (when dealing with different formats) ?
Answers: 1
question
Computers and Technology, 23.06.2019 03:30
In vista and windows 7, the appearance and personalization option allows you to change the
Answers: 1
question
Computers and Technology, 23.06.2019 21:40
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings. for each match, add one point to user_score. upon a mismatch, end the game. sample output with inputs: 'rrgbryybgy' 'rrgbbrybgy'
Answers: 3
You know the right answer?
Marty stepp (on 2016/09/08) write a sentinel loop that repeatedly prompts the user to enter a number...
Questions
question
Arts, 11.11.2019 23:31