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

find the difference: 7 7/8 - 3 1/4
How do you do this algebra question
What is 2.333333 in fraction form
true or false? Three common voltage sources are batteries, solar cells, and generators.
What is HIV and the causes
What is the electron configuration of helium
In what respect does an atom of magnesium differ from a magnesium ion (Mg^{2+})? (A)The ion has a more stable electronic arrangement than the atom. (B)The pos
why is red onions purple
What long-term effect do you think EU membership will have on nationalism in Europe? Explain.
In the library there are 200 books. 58 of them are non-fiction. What percentage of the books are non-fiction?