Question: Example 2: // this function receives the lower and upper boundaries of a range of whole numbers and returns the additions of // the numbers
Example 2: // this function receives the lower and upper boundaries of a range of whole numbers and returns the additions of // the numbers that are divisible by 7 and the addition of the other numbers additions ( ) { } int main( ) { // declare variable(s) // prompt the user to enter the range's lower and upper boundaries // get the values and store them in variables // call the function to get the additions and display them } SAMPLE OUTPUT:
? SAMPLE OUTPUT 2: 
Please enter the range's lower and upper boundaries: 5 6 The additions are: e (divisible by 7) and 11 (others) Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
