It's Microsoft office power point presentation.
Instance
-------------------------
A True A storyboard is hardware installed directly onto the motherboard or using a <span>Peripheral device</span>
Answer:
CLS
INPUT"Enter any three numbers";a,b,c
IF a>b AND a>c THEN
PRINT a;"is the greatest"
ELSEIF b>a AND b>c THEN
PRINT b;"is the greatest"
ELSE
PRINT c;"is the greatest"
ENDIF
END