REM to find the greatest number of 3 numbers
CLS INPUT "Enter any 3 numbers" ;A,B,C
IF A>B and A>C THEN PRINT A, "is the greatest number"
ELSE IF 8>A and B>C. THEN

DEBUG THE PROGRAM​