Closed jwood36 closed 1 year ago
I have redesigned my program through the use of refactoring with the Separation of Concerns to decrease clutter. Have executed refactoring over all methods/functions and created a better streamline Object-oriented design.
Refer #12
You have way too many While loops inside of your Do-While. Loops overly used will increase your resource utilization due to their compiled design.
When you complete your application of the Separation of Concerns Design, a lot of the excess While loops should disappear. But I am marking this in the event you are not able to complete the Abstractive Process.