Write a for loop that computes the following sum : 5+10+15+20+…+485+490+495+500. The sum should be placed in a variable sum that has already been declared and initialized to 0. In addition, there is another variable , num that has also been declared. You must not use any other variables.
LANGUAGE: C++
CHALLENGE:
Write a for loop that computes the following sum : 5+10+15+20+…+485+490+495+500. The sum should be placed in a variable sum that has already been declared and initialized to 0. In addition, there is another variable , num that has also been declared. You must not use any other variables.
SOLUTION:
The Bad News: The content you are trying to access is only available to members.
The Good News: You too can be a member, simply Click Here.
Already a member? Log In Here
Posted in C++, Learn To Code