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

Determine whether the following graph represents a function.
WILL MARK BRAINIEST!Apply the dilation D to the polygon with the given vertices. Name the coordinates of the image points. D:(X,Y) —> (3x,3y) J(1,4), K(6,4)
Why does Paine capitalize words in the last paragraph
Dan cut ribbon into different lengths to wrap gifts. He made a line plot to display his data. Line plot named as ALTDCPieces of Ribbon (inches)ALTDC shows a num
PLEASE HELP ITS DUE IN 3 MIN WILL MARK BRAINLEST
An equilateral triangle with side lengths of 10 units is translated 4 units to the right. What is the length of one side of the triangle after translation, in u
I need a set of coordinates to model a relation that is a linear function quick please.
in which step do the writers add better word choice? A: Prewriting B: Drafting C: Revising D: Editing
Review the definition. The root domitare means "to tame." Which answer best identifies the prefix and explains how it affects meaning in the word undaunted? The
tan2x + 2 tan x + 1 Factor