#include #include using namespace std; //Sum of the integers from 1 to 100 inclusive. int main() { cout << "The sum of the numbers from 1 to 100 inclusive is " << (100 + 1) * 100 / 2 << ".\n"; return EXIT_SUCCESS; }