+ 1
How to find percentage of marks ? Give me one example of this code ?
New learner
8 RĂ©ponses
+ 3
Total marks == 100
Means all the marks, total marks, probably hard to explain
Marks obtained == 67
This means marks you get out of total marks.
Percentage == 67%
This is percentage đ
+ 5
( Marks obtained * 100 ) / total marks.
Happy coding
+ 3
Let consider your examination paper is of 100 marks. And you scored 80. So here, total marks will be 100, and marks obtained will be 80.
Hope now you will understand.
+ 3
đȘ
đ€ really really thanks for help me.
Now i understood.
This is very important for me.,đ
+ 3
#S.A.D welcomeđ
+ 2
But here little confused.
// m is a marks.
(M1 + m2 +m3+m4+m5+) * 100 / 5 (5 because subject are 5.)
Right?
+ 2
No.
This will calculate average and it will be multiplied by 100.
This is not a formula for percentage
+ 2
Please, give the formula in details. Please please.
Obtained marks & total marks means?
iam confused here.