Answer to Question #35043 in C++ for khalid
In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n.
The input in an integers n
The output SUM(n) in one line, followed by a blank line. You may assume the result will be in the range of 32-bit signed integer.
You should use the C++ i/o method,like cout and cin,<<,>> to finish it.
1
2013-10-07T11:00:12-0400
The answer to the question is available in the PDF file https://assignmentexpert.com/homework-answers/programming-answer-35043.pdf
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment