Tuesday 22 October 2019

▪︎WAP to print greatest among three number.

-> 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

Project

             SWITCH Switch is a computer networking device that is used to connect many devices together on a computer network also it calle...