A refresher program aimed at understanding.
- Iteratives
- Conditionals
- String Interpolation
# Ask user for name
'What is your name?'
=> John
# Ask user for grade
'Are you a Freshman, Sophomore, Junior or Senior?'
=> Sophmore
# Tell user what year they are in
'Hi John, you are in year 10'
# Ask user to go again
'Would you like to try again? y/n'
=> y
- Ignore case on any strings
- Only match on first character of try again
- Validate the user selection