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

¿Que es La artesanía?(Si no sabes no Respondas)​
find the percentage profit in each case cost price 500 selling price 550​
What is an appropriate way to differentiate alphabet knowledge instruction?
3. How did Whitney influence later inventors?
Arrange the following US military actions in the correct order. Iraq War Persian Gulf War Providing security in Somalia World War ll Peacekeeping in Bosnia
In recent years, the cost for renters insurance has decreased annually. Would you expect this trend to continue? Why or why not?
PLEASE ANSWER!! Every second, an elevator either has a 50% chance of going up and a 50% chance of going down. If the elevator starts at floor 15, what is the pr
8. Triangle JKL is located at J(4,5) K17, 1) L(1, 1). A transformation occurred and now the triangle is located at J(-4,5) K(-7,3) L(-1, 1). What transformation
Find the sum of each of the following series: (a) 2 + 7 + 12 + ...... +92
Although the numbers are not included on either axis, it is possible to determine from shape and location that the equation y = -1.2x+4 corresponds to graph​