wtccjava / CSC256PublicChangeMgmt

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

frosas_Bug02 #359

Open Frosas1105 opened 3 years ago

Frosas1105 commented 3 years ago

Describe the bug When running the program, it asks to enter the year of birth and the month of birth. If the user enters a valid birth year, they will then be prompted to enter a month of birth or to press Enter to imply 0. When pressing Enter instead of assigning 0 as the input the program will crash.

Program Repo Name: CSC256PublicChangeDoc Cloned Date: 10/1/21, 11:13 AM

Component Full_retirement_age_caluculator_app.py

Error Type Design error.

Severity Fatal

Priority TBD

State Open

To Reproduce

Run the file full_retirement_age_calculator_app.py When prompted, enter an appropriate date Press enter When prompted for a birth month press enter to imply 0 instead of typing a valid integer Expected behavior The program prompts the user to enter a month of birth or to press Enter to imply 0. If user presses Enter then 0 should be assigned as the month of birth.

Screenshots image

Desktop (please complete the following information):

OS: Windows 10 Browser: Chrome Version: 94.0 Additional context N/A

Assigned Unassigned

Frosas1105 commented 3 years ago

fix completed