Question: Write the program in C, not C++. Write a program that takes two integers, a small and a large integer, and adds all the numbers
Write the program in C, not C++.

Write a program that takes two integers, a small and a large integer, and adds all the numbers between them. If the small' value is larger than the large' value, the program should print an error message. This is a sample output. The program adds the numbers: 4+5+6+7+8 30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
