algorithm to input any five subjects marks and find the percentage ,if the percentage is more than 80 then print very good else try again
Answers
Answered by
1
Explanation:
step1:input marks by scanf if u are using c.
step2:calculate percentage by using formula gained marks/total marks.
step3: if percentage is greater than 80%
printf very good
else
try again
step4.exit
Similar questions