msmriti500 msmriti500 10-12-2022 Computers and Technology contestada 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. THENDEBUG THE PROGRAM