Question

Write a psuedocode to read 10 numbers and find the maximum of them. This is for...

Write a psuedocode to read 10 numbers and find the maximum of them. This is for a beginner's class

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Pseudo Code:

max=0

i=0

while(i <10)

Write "Please enter a number"

Read num

if (num > max)

set max to num

i=i+1

Write "Maximum is", max

Add a comment
Know the answer?
Add Answer to:
Write a psuedocode to read 10 numbers and find the maximum of them. This is for...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1- Write a program to read 10 numbers and find the average of these numbers. Use...

    1- Write a program to read 10 numbers and find the average of these numbers. Use a while loop to read these numbers and keep track of input numbers read. Terminate the while loop with a sentinel value. 2- Now modify the program to find the maximum of these numbers as well. The program should print the number of elements read as input and run until -1 is entered. (-1 is the sentinel that terminates the loop and the program)...

  • •Write a java program to read 10 numbers and print them in reverse order. Modify your...

    •Write a java program to read 10 numbers and print them in reverse order. Modify your program to work for N numbers given by the user Extend your program to find the average of these numbers Extend your program to find the smallest number of these numbers Extend your program to find the largest number of these numbers •Write a program to read 10 numbers and print them in reverse order. Modify your program to work for N numbers given...

  • Write pseudo code that will read in 3 numbers that a user enters, pass them to...

    Write pseudo code that will read in 3 numbers that a user enters, pass them to a module that will calculate the average of the 3 numbers and display them OR Write pseudo code that will read in 3 numbers that a user enters, pass them to a function that will calculate the average of the 3 numbers and return it to the main module. Display the average in the main module.

  • IN PYTHON write a program that asks the user to enter 10 numbers and store them...

    IN PYTHON write a program that asks the user to enter 10 numbers and store them in the list and then find the followings: • Maximum • Minimum prime numbers in the list • even numbers in the list • odd numbers in the list.

  • Q1. Draw flowchart to find the average of 10 positive numbers. [Hint: Read the number in...

    Q1. Draw flowchart to find the average of 10 positive numbers. [Hint: Read the number in a loop, add them if it is positive and then find average] Q2. Draw flowchart to read 5 numbers from a user and then find the second largest number of them.

  • Write pseudo code to read in three numbers: the first is the maximum speed limit on...

    Write pseudo code to read in three numbers: the first is the maximum speed limit on a highway, the second is the minimum speed limit on the same highway, and the third is the speed of a vehicle on that highway. If the speed of the vehicle is greater than the maximum speed or less than the minimum speed on the highway, print an appropriate message. Otherwise, print nothing.

  • Flowchart Question 1. Draw a flowchart to read five numbers and print the second maximum 2....

    Flowchart Question 1. Draw a flowchart to read five numbers and print the second maximum 2. Draw a flowchart to read five numbers and then order them from smallest number to largest number. 3. Draw a flowchart to read five numbers and then order thenm from smallest number to largest number and display the second maximum.

  • Flowchart Question 1. Draw a flowchart to read five numbers and print the second maximum 2....

    Flowchart Question 1. Draw a flowchart to read five numbers and print the second maximum 2. Draw a flowchart to read five numbers and then order them from smallest number to largest number. 3. Draw a flowchart to read five numbers and then order thenm from smallest number to largest number and display the second maximum.

  • Write a program to read the following numbers from ROM and place them in data RAM...

    Write a program to read the following numbers from ROM and place them in data RAM starting at address 0x50. Only, the last number in ROM is zero; the rest, are non-zero. (9 points) Org 0x600 MYDATA DB 0x12, 0x45, 0x58, ..., 0x00

  • psuedocode and raptor flow chart- i need the basic psuedocode and raptor flow chart with reverse...

    psuedocode and raptor flow chart- i need the basic psuedocode and raptor flow chart with reverse loop logic. For this program, you will calculate a student's average for a semester. The student has earned 6 test grades during the semester, and their average is calculated after removing the lowest grade from the scores. Write a program that asks the user to enter the six grades and stores them in an array. Then, search the array for the lowest value and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT