jrocklove708 jrocklove708
  • 04-02-2018
  • Computers and Technology
contestada

Write a little man program that accepts three values as input and produces the largest of the three as output.

Respuesta :

mathmate
mathmate mathmate
  • 04-02-2018
Required: program to return the largest of three numbers.

pseudocode

input parameters, int A,B,C;
int T; // temporary storage
if (A>B) T=A;
else T=B;
if (T>C) print(T);
else print(C);


Answer Link

Otras preguntas

How did the Declaration of Independence change the nature of the American Revolution?
a soccer team played 160 games and won 65% of them. how many did they win?
Why were the 1920's considered the best and worst of times?
How did Alexander the Great rise to power and how did he spread Greek culture to other lands?
True or False along a divergent boundary, two plates slip past each other,moving in opposite directions.
the area of a triangle is 41 yards to the second power with a base of 5 yard what is the height in yard
There is an inverse relationship between x and y. If y is when x is 3, what is x when y is 9? 3 5
Which is the same as 0.08? A) 80% B) 80/100 C) 8% D) 0.8
How do you work out the problem 84 divided by4
the area of a triangle is 41 yards to the second power with a base of 5 yard what is the height in yard