196,897 views
26 votes
26 votes
Write a qbasic progrsm to check pass or fail​

User Lbris
by
3.1k points

1 Answer

25 votes
25 votes

Explanation:

CLS

INPUT " Enter total marks "; M

IF M > 40 THEN

PRINT "You are passed "

ELSE

PRINT " You are failed "

END IF

END..

User Mukesh Chauhan
by
2.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.