Plzzz write the pseudocode of this
Attachments:
Answers
Answered by
1
Pseudo Code:
INPUT X, Y and Z
IF X is greater than Y
IF X is greater than Z
PRINT X is the largest number.
ELSE
PRINT Z is the largest number.
ELSE IF Y is greater than Z
PRINT Y is the greatest number.
ELSE
PRINT Z is the greatest number.
Similar questions