بيان المشكلة
Write a C program that calculates the sum of all integers from 1 to 20 (inclusive) using a loop.
Your program should output the result in the format: "The sum is: X" where X is the calculated sum.
This exercise helps you practice using loops to perform repetitive calculations.