I'll say something is wrong with the ink or the papers jammed
Explanation:
i think cpu needs to have backup chache units in case of electrical failure
True because that's what i said it is
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
Illegal access to a system