nvm
takes some getting used to it they way it layouts how it ask you for input makes it really awkward since it does it before the code runs. not during the run process
"cin" input handling irritating
The way this program handles input through "cin" is very inconvenient as it is running the input mode separate from running the program. In this way no output from the program asking for specific input is visible. This should be fixed!
