answersLogoWhite

0


Best Answer

max=number

min=number

counter=1

start while(counter<=3)

read number

start if

max<number

max=number

else if

min>number

min=number

end while

write max

write min

/*modify the counter switch according to the number of values being compared if required*/

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write the pseudocode for finding the largest of three numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write a pseudocode program for finding out x to the power of y?

X**y


Write a pseudocode statement that declares the variable cost so it can hold real numbers?

floating-point variable cost


write a pseudocode to accept a number and find if it is prime or not?

Yes


How do you write a pseudocode algorithm to read a set of positive integers terminated by 0 and print their average as well as the largest of the set?

Find it yourself because I dont understand your launguage


How do you write a pseudocode with conditions?

Start Input x, y ; If (x


Use the numbers 5678 to write an equation with the largest possible sum?

5678 + 8765 = 14443 would yield the largest possible sum.


Shell program for gcd of three given numbers?

write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html


How do you write the greatest decimal with the numbers 0368?

0.863 is the largest decimal you can make with these numbers:)


How do you write the 8051 micro controller alp for finding the largest number in an array?

1


Write the Pseudocode to find the factorial of a number?

Pseudo code+factorial


Pseudocode to find the even numbers between 1 to 100?

Oh, what a happy little question! To find the even numbers between 1 and 100, we can simply start at 2 and then add 2 each time until we reach 100. In pseudocode, it would look something like this: for i from 2 to 100 step 2 output i Just like painting a beautiful landscape, take your time and enjoy the process of finding those even numbers.


Write a pseudocode statement that assigns the value 27 to the variable count?

count := 27