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 15:50
The file sales data.xlsx contains monthly sales amounts for 40 sales regions. write a sub that uses a for loop to color the interior of every other row (rows 3, 5, etc.) gray. color only the data area, columns a to m. (check the file colors in excel.xlsm to find a nice color of gray.)
Answers: 2
question
Computers and Technology, 23.06.2019 23:40
Which of the following calculates the total from the adjacent cell through the first nonnumeric cell by default, using the sum function in its formula? -average -autosum -counta -max
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
question
Computers and Technology, 25.06.2019 03:00
Between 1932 and 1938, chester carlson developed a process that enabled a "picture" of a document to be taken and then have it reproduced on another
Answers: 1
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
Mathematics, 20.10.2020 01:01
question
Mathematics, 20.10.2020 01:01
question
English, 20.10.2020 01:01
question
Mathematics, 20.10.2020 01:01
Questions on the website: 13722367