Write a C++ program to calculate the sum of the numbers from 300 to 600. The formula for calculating this sum is sum = (n / 2) × (2 × a + (n - 1) × d), where n = number of terms to be added, a = the first number, and d = the difference between each number and the next number (d = 1)
Comments