Monday, October 21, 2019

QBasic Programming:


To Display Greatest among three numbers


CLS
INPUT "Enter any number"; A, B, C
IF A > B AND A > C THEN
PRINT "The greatest 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

CLOUD COMPUTING: A CONTEMPORARY TECHNOLOGY

Today's world is highly dependent or reliant on computers and the internet than ever before. With the passage of time contemporary techn...