• Must throw an exception. I should not be able
to type in any a character or character key. It
should prompt me to enter a number from 1-9.
• Input Validation: It should not let me enter in
any number. It should ask you to enter a
number from 1-9
• Your code should allow you to play again. You
will need a loop.
• You should add a feature like a counter to track
wins and lost. Turtle another feature showing
you result.
• Add a new option. Allow me to choose option 1
prompt the user or option 2 setting the list.
This required. Use an if elif.
• Please make sure you include instruction in your
program.
• Detail Algorithm should include all for, if
statements in the process, all function
explanations. The input should consist of all
explanation of input. Output should consist all
the outputs in your program.
• Every line should consist of a comment use key
words like Get, Ask, Prompt the user, and
Calculate or Compute, and Display.
Possible Points Off
• No algorithm -40 points
• No comments -30 points
• Some algorithm will get you -20 points off
• Some comments will get you -15 points off