You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code itself does not do anything that special but the two classes rangeGen and numGen help show off some Object-oriented topics. In this case rangeGen encapsulates numGen and both are operator overloaded.