Very new to C++ and Code Lite editor
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.