Computer Science, asked by harshithchakravarthy, 10 months ago

. A school conducts three exams namely term1 exams, term2 exams and
final term exams. Final marks scored (weighted marks) are computed as
30% of term1 and term2 each’s marks +40% of the final marks. Write a
program to compute the weighted marks for a student who scored 412 in
first term, 423 in second term and 430 in third term. Then compute the
weighted percentage out of 500 marks.

Answers

Answered by muhammedabdussamad
0

Answer:

Explanation:

n first term number got : 412 out of 500.

So, % number in first term :

In second term number got : 423 out of 500.

So, % number in second term :

In third term number got : 430 out of 500.

So,% number in third term :

Weightage of first term = 30 %

So, % weightage got in first term :

Weightage of second term = 30 %

So, % weightage got in second term :

Weightage of third term = 40 %

So, % weightage got in third term :

Total weightage percentage of three exams :

(24.72 + 25.38 + 34.4 )% = 84.50 %

Similar questions