dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Abstraction - Playagain Logic #12

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

You have two While loops that have similar logic and have minimal deviation between the two logic blocks.

Main Method

dramire83 commented 1 year ago

Still working on trying to figure out how to consolidate the While loops without breaking the program. At the moment the program has a bug when I change the first While loop to a Do-While loop so the initial entry is always a invalid entry and the second works fine.

dramire83 commented 1 year ago

Resolved the issue that was causing an invalid entry error on the initial entry now it works as designed.