Hi there,
Im building a very simple mock phone diagnostics tool and this is what I have so far.. For some reason my if statements aren't working like I want them to, when I enter 1 it works but when I enter 2 or 3 it doesn't display the cout it just moves to the first if statement...
creating variables and assigning a number was the only thing I could think of to accomplish what I wanted with my limited C++ knowledge. Thanks a lot! Really appreciate your time.