Ask Question
8 April, 23:35

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

+2
Answers (1)
  1. 9 April, 02:00
    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?
Find an answer to your question ✅ “Write a QBasic program to find your total marks in all the subject ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers