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

write 80 as a prime factor?
A particular frozen yogurt has 75 cal into ounces how many calories are in 8 ounces of the yogurt
a baseball team has won 15 games and lost 12 games. Based on the results, which is the best prediction for the number of wins the team will have if they play162
Find the slope of the line: 5x+3y=6
How do you say it's 1:45 in french A) ll est une heure moins quart. B) ll est un heure quarante-cinq. C) ll est un heure moins quart. D) ll est une heure quadra
I need help on number 6)
How are mitosis and meiosis different from each other? A. Mitosis produces four different cells and meiosis produces identical cells. B. Mitosis produces four d
what was the battle cry of the colonists
In what ways did the British treat the patriots harshly? was this a good idea or a bad idea? why? (Subject- Social Studies on the South Carolina Battles) 15 poi
A cell phone plan uses a fixed charge of $20 per month plus 10 cents for each minute used to calculate the total bill. The total bill, t, can be expressed in te