Computer Science, asked by sampath2017perera, 7 months ago

Write a QBasic Program to input student’s name and 3 subject marks. And to output the
student’s name, total and average.

Answers

Answered by Abhijeet1000
5

Answer:

you can also visit my channel M Kumar for references on QBASIC

Explanation:

CLS

INPUT "ENTER YOUR NAME " ; A$

INPUT "ENTER YOUR MARKS "; B,C,D

LET TOTAL = B+C+D

LET AVERAGE = (B+C+D)/3

PRINT "Mst/Ms"; A$ "your total is"; TOTAL; "and average is equal to"; AVERAGE

please mark as brainliest

hope you like the answer and be my follower for more answers

#BeBrainly

Attachments:
Similar questions