CSC220 Lab Number 0
Due: 11:59PM, Tuesday, September 8
This lab is to refresh your memory.
The program is supposed to do two things:
- Prompt the user to type a name and show on the screen a greeing message.
- Prompt the user to type a number and compute the sum of the integers from 0 to that number.
Both components are incomplete. Fix the program to make it work.