Computer Science, asked by subaby1001197, 8 months ago

draw a flowchart and write a program in q basic to enter the name and marks secured in 12th subjects in a term examination. Display the name, total and the average marks.

Answers

Answered by diksharanjan177087A
2

Explanation:

CLS

INPUT enter a name N$

C=1

S=0

START

INPUT"Enter marks"M

S=S+M

C=C+1

If C<= 10 THEN GOTO START

PRINT "Total =S"

Avg.= S/10

END

This may help.. maek me as brainliest

Similar questions