Ask a New Question
Search
make a program that will input 6 numbers and output the highest number and the lowest number
1 answer
input n
max=min=n
for i=2..6
read n
if n>max then max=n
if n<min then min=n
next i
print max,min
Ask a New Question
or
answer this question
.
Similar Questions
make a program that will input 6 numbers abd output the highest number and lowest number
0 answers
make a program that will input 6 numbers abd output the highest number and lowest number
0 answers
write a program that prompts the user to input three numbers. The program should then output the numbers in nondescending order.
1 answer
Write a program that prompts the user to input three numbers. The program should then output the numbers in non-descending order
2 answers
more similar questions