Can someone help me solving this question please..I need help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone help me solving this question please..I need help

Write a complete program that can store 5 quiz scores (0 - 100) that follows the listed requirements : i ) Function main () reads a bonus mark from user . ii) Function Edit () takes the score array and a bonus mark as its input parameters. iii ) Function Edit ( ) call function GetScore ( iv ) Function GetScore (which reads 5 quiz scores to which the user wants to add a bonus mark . It then adds the borrus mark to the score array However , the new score should not be more than 100. If the new score exceeds 100, the stored value is 100

10th Jul 2020, 8:50 AM
Sarah
0 Answers