wtccjava / CSC256PublicChangeMgmt

Repo for using Issues to track changes
0 stars 65 forks source link

calincoln1_0000 #553

Open calincoln1 opened 2 years ago

calincoln1 commented 2 years ago

Describe the bug When entering a year but no month, the program crashes instead of calculating retirement age.

Program wtccjava/CSC256PublicChangeDoc

Component test_full_retirement_calc.py full_retirement_age

Error Type Design error.

Severity Fatal

Priority TBD

State Open

To Reproduce Steps to reproduce the behavior:

  1. Run full_retirement_age_calculator_app.py
  2. When prompted for a birth year, input “1980”
  3. Press Enter key
  4. Press Enter key again when prompted for month

Expected behavior When a user does not enter a month, month should default to zero; and the program continues to run.

Screenshots image

Desktop (please complete the following information):

Assigned Unassigned

calincoln1 commented 2 years ago

fix completed

calincoln1 commented 2 years ago

incorrectly closed issue re-opening