0
write a coding in how to find out the average sum of five students marks
2 Réponses
0
Add all the no. in a variable lets say sum and then take a variable lets say g =sum/5;
Then print g
0
you can do by this way too
average=(sub1+sub2+sub3+sub4+sub5)/5;