Tuesday, 22 October 2019

11) Greatest among 3 numbers.

=> CLS
INPUT "Enter any three number"; A, B,C
IF A>B AND A>C THEN
PRINT "The greates number is"; A

ELSEIF B>A AND B>C THEN
PRINT "The greatest number is"; B

ELSE
PRINT "The greatest number is"; C
END IF
END

No comments:

Post a Comment

Experience

  My  Experience              of   educational tour An educational tour is a fun – filled experience. As the tour may be too far away p...