To Reproduce
Steps to reproduce the behavior:
1.Run full_retirement_age_calculator_app.py
When prompted for a birth year, input “2021”
Press Enter key
When prompted for a month, input “0”
Press Enter key
Expected behavior
If year 2021 and month 0 are entered, the program should respond with:
your full retirement age is 67 and 0 months
this will be in january of 2088
Screenshots
Desktop (please complete the following information):
Describe the bug When entering a year from 2021 and beyond, the program responds with incorrect values.
Program wtccjava/CSC256PublicChangeDoc
Component test_full_retirement_calc.py full_retirement_age
Error Type Behavioral error
Severity Minor
Priority TBD
State Open
To Reproduce Steps to reproduce the behavior: 1.Run full_retirement_age_calculator_app.py
Expected behavior If year 2021 and month 0 are entered, the program should respond with: your full retirement age is 67 and 0 months this will be in january of 2088
Screenshots
Desktop (please complete the following information):
Assigned Unassigned