Question: Given the integer array dailyMiles with NUM _ ELEMENTS elements, write a for loop that assigns sumBonus with the total bonus. Each mile value above
Given the integer array dailyMiles with NUMELEMENTS elements, write a for loop that assigns sumBonus with the total bonus. Each mile value above contains a bonus equal to the mile value minus
Ex: If the input is then the output is:
Bonus sum:
#include
int mainvoid
const int NUMELEMENTS ;
int dailyMilesNUMELEMENTS;
int i;
int sumBonus;
for i ; i NUMELEMENTS; i
scanfd &dailyMilesi;
Your code goes here
printfBonus sum: d
sumBonus;
return ;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
