Ask Question
17 February, 14:25

Write a QBasic program to find your total marks in all the subject

+1
Answers (1)
  1. 17 February, 15:46
    0
    CLS

    INPUT " Enter the student's name "; NS

    INPUT " Enter the marks obtained in first subject "; MFS

    INPUT " Enter the marks obtained in second subject "; MSS

    INPUT " Enter the marks obtained in third subject "; MTS

    INPUT " Enter the out total marks "; OTM

    LET TM = MFS + MSS + MTS

    LET P = TM / OTM * 100

    PRINT " Student name is "; NS

    PRINT " The total marks obtained is "; TM

    PRINT " The percentage is "; P

    END
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Write a QBasic program to find your total marks in all the subject ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers