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

Name three primary objectives for human resource departments on social media.​
SOMEONE PLEASE HELP WILL MARK BRAINLIEST
Which of the following distinguished the Atlantic slave trade in the Americas trom past instances of slavery in world history A. Children of slaves were conside
How many electrons are in mg2*+?
the equation x^2-10x+24=0 can be written in factored form as (x-4)(x-6)=0. How can you use this fact to find the vertex of the graph of y=x^2-10+24.​
Can you please show yore work if you do help me.?
Help please answer only if you know
I need help with thsi pls help
What causes heat energy when you rub two objects against each other?
Describe the impact of government instability on the distribution of resources to combat diseases, distribute medications, and access education across Africa.