Need help with this problem exercise and new to C++. Using a new editor called "CodeLite".
Write code for a function that uses a loop to compute the sum off all integers from 1 to n. Do a time analysis, counting each basic operation(such as assignment and ++) as one operation.
Also find the time difference when n increases from 100-100,000.