Write a program which reads from the keyboard an arbitrary, positive
integer number , call it n ,
and determines the following sum :
(1) 1 + 2 + 3 + ...... + n
using a for-loop.
Your program should start with comment lines ( add the appropriate info on each line) :
Name :
ACCESS account ID :
Project Name:
Purpose of program :