Computer Science, asked by shafiyasuzma, 11 months ago

Write a program to input students name, marks obtained in four different subjects, find the total and average marks in QB64 class 7

Answers

Answered by deepanshumathur4798
21

Cls

Input" Enter the name " ;N$

Input" Enter the marks in English" ;E

Input" Enter the marks in Maths" ;M

Input" Enter the marks in Science" ;S

Input" Enter the marks in Hindi" ;N

Let S=E+M+S+N

Let A=S/4

Print " The name of the student is" ;N$

Print " The total marks is" ;S

Print " The Average marks" ;A

End

Bro please mark brainliest.

Similar questions