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

Subtract and simplify: (y^2-7y-5) - (-3y^2+3y-4)
Which type of ion most likely will be formed by group 16 elements of the periodic table?
Is petrol a conductor or an insulator
similar structures that related species have inherited from a common ancestor are called
The domestication of plants and animals is a hallmark of Select one: a. the hominids. b. Homo erectus. c. the paleolithic era d. the neolithic era. e. the f
How many three-digit numbers are there such that the first two digits are even and the last digit is odd? Answer is a whole number.
Hypertension is NOT a type of cardiovascular disease.
write a division problem that will have a 2 digit quotient and another division problem that will have a 3 digit quotient
Why didn't Andrew Jackson like the bank?
If Word finds a potential error in a document, a red, green, or blue wavy underline flags the problem. a. True b. False