MIS 370 – Fall 2006

HTML2 Grading Sheet

20 points

 

  1. Modified/wrote a JavaScript program. (2 points)
  2. Prompts the user for his/her name. (2 points)
  3. Prompts the user for her/his age. (2 points)
  4. Prompt the user for his/her birth year. (2 points)
  5. Does NOT prompt for the current year. (2 points)
  6. Displays the user’s name. (2 points)
  7. Displays the user’s age. (2 points)
  8. Displays the user’s birth year. (2 points)
  9. Calculates and displays the current year. (4 points)

 

The output looks something like:

Your name is Bob

You are 21 years old

You were born in 1983

The year is 2005