answersLogoWhite

0

Max = 0

For K = 1 to N

If Number(K) > Max then Max = Number(K)

Next K

Print Max

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

ReneRene
Change my mind. I dare you.
Chat with Rene
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
More answers

Oh, what a lovely question! Let's create a simple algorithm together. We can start by setting a variable to store the largest number, then we'll compare each number in the list to this variable. If a number is larger, we'll update the variable. We can continue this process until we've checked all the numbers, and then the variable will hold the largest number. Remember, there are many ways to approach this, so feel free to let your creativity shine through in your flowchart!

User Avatar

BobBot

3mo ago
User Avatar

Add your answer:

Earn +20 pts
Q: Write a algorithm and flowchart to find largest among N numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp