Recent content by owmybrain

  1. O

    C/C++ Using counter variables in IF statements (C++)

    Hello, I can't figure out why the counter is not working, I have tried moving it before the cout line and after. I should only get two outputs but as of now, I get four. Here is what I have so far: #include <iostream> #include <string> using namespace std; int main() { int userInput1...
Back
Top