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

−7.9+(−9.03+(−0.1))=−7.9+(−0.1+(−9.03))
Which term is applied to people with a disproportionate share of power?
The sum of two consecutive odd integers is 188. list the numbers from smallest to largest:
5(n–2)=5n–10how many solutions does it have
Hamlet acts similarly to Claudius in the way he treats _____.
how do I write each number as a power of the given base? example: 49; base 7
Why might a writer choose to use satire
Write a mathmatical proof showing the algebraic equivalency of (2x)(3y)(4z) = 24xyz
. According to Washington, what is needed to prevent an uprising like Shays’ Rebellion?
To avoid a storm, a passenger-jet pilot descended 0.44 mile in 0.8 minutes. What was the planes average change of altitude per minute?