I solved the C++ Variables Lesson 7 “User Input”, and my solution passed, but in the terminal there seems to be an error.
I attached a screenshot of my issue. The code compiles, but when I pass in input, I get an error in the terminal that says bash: [input]: command not found.
Hello, @chipcoder89675, and welcome to the forums.
It looks like you haven’t clicked Run
since you added your last two lines of code. Clicking Run
actually saves your code. Try clicking Run
, and then compile your code again before executing it.
1 Like
Oh wow, how careless of me. Thanks!
1 Like