Computer Science, asked by ravi146singh, 5 hours ago

0.) write a program in c++to calculate the average marks of three subjects​

Answers

Answered by sarojamarnath119
2

answer

Average Marks Scored by Student for 3 Subjects in C++

Then the average value can be calculated as total marks/3. Assume n1, n2, and n3 are the marks of three subject scored by a student. Then the total marks can be calculated as (n1+n2+n3) and average mark can be calculated as (total marks/3).

PLEASE MARK ME AS BRAINLIEST

Answered by shristymaurya
0

Answer:

Average Marks Scored by Student for 3 Subjects in C++

Then the average value can be calculated as total marks/3. Assume n1, n2, and n3 are the marks of three subject scored by a student. Then the total marks can be calculated as (n1+n2+n3) and average mark can be calculated as (total marks/3).

Similar questions