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

If a TV 'springs to life', what would that TV have done? A. Suddenly begins working B. Suddenly stops working C. The TV is being sold D. The TV has been auction
Oxygen enters the ocean through mixing and photosynthesis. true or false?
Being rejected by a peer group can negatively influence one's self-esteem.
you have 4 gallons of gas in your car. Your car gets 23 miles per gallon. How many miles can you drive?
how u write an inequality for brigitte is shorter than 5 feet (brigitte height =h)
explain the function of ribosomes and why cells need them
howcto write 9,000,009 in word form
Show the work for 2 divided by 50
How much would a 185 pound astronaut weigh on the moon
Which Biblical hero was the subject of this famous bronze statue by Florentine sculptor Donatello? a. Moses b. Solomon c. David d. Abraham