Computer Science, asked by rajseelan69721, 8 months ago

Write a QBASIC program to input marks of 4 subjects and then calculate total marks and average?

Answers

Answered by thestudyroom
1

Answer:

I THINK YOU SHOULD GIVE THE MARKS OF THE FOUR SUBJECTS

Explanation:

A = 95

B = 98

C = 99

D = 89

TOTAL = A+B+C+D

AVERAGE = T/11

PRINT "TOTAL" ; T

PRINT "AVERAGE" ; AVE

END

Similar questions