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:

  1. Prompt the user to type a name and show on the screen a greeing message.
  2. Prompt the user to type a number and compute the sum of the integers from 0 to that number.
  3. Both components are incomplete. Fix the program to make it work.