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
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
Math,
5 months ago
Math,
5 months ago
Social Sciences,
5 months ago
Math,
11 months ago
Hindi,
1 year ago
Computer Science,
1 year ago
Music,
1 year ago