Today's Assignment

Today, you are going to do the following:

  1. Read an int from a user
  2. Read the user's name into a variable
  3. Use a while loop to compute the sum of all numbers from zero to the int the user entered.
  4. Use a for loop to compute the factorial of the int the user entered.

When you're done, show your TA!