Computer Science, asked by priyanshu12131, 7 months ago

Plzzz write the pseudocode of this​

Attachments:

Answers

Answered by Oreki
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