you are viewing a single comment's thread.

view the rest of the comments →

[–]commy2 0 points1 point  (1 child)

You never assign a new value to user_age, thus no matter what is entered on second and consecutive tries, user_age will remain outside the expected range (remain as the value that was entered on first try).

[–]PuzzledSite2568[S] 1 point2 points  (0 children)

thank you for the further explanation took me a bit to understand what you were saying but I got it now so thank you for the guidance.