How can i calculate the marks of any three subjects through c++ language | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How can i calculate the marks of any three subjects through c++ language

4th Mar 2022, 6:54 AM
Abdul Ghaffar
Abdul Ghaffar - avatar
2 Réponses
+ 2
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). Total Mark = n1 + n2 + n3 Average Mark = total_mark / 3 https://code.sololearn.com/ckoLgMinhWn8
4th Mar 2022, 7:18 AM
Tarik Khalil
Tarik Khalil - avatar
0
thanks Tarik khalil you have told me about my question and also thanks for FF9900
5th Mar 2022, 3:55 AM
Abdul Ghaffar
Abdul Ghaffar - avatar