WAP to input percentage and display pass and fail
CLS
INPUT "Enter percntage ";P
IF P >=40 THEN
PRINT "You are pass"
EISE
PRINT "You are fail "
END IF
END
INPUT "Enter percntage ";P
IF P >=40 THEN
PRINT "You are pass"
EISE
PRINT "You are fail "
END IF
END
Comments
Post a Comment