0
Why is this code not working?
Hello, I have yesterday started with coding (chose C++ because I like challenges), and I am making a Chatbot now. I've tried to make him ask more questions, but there is an error I don't understand. Please help me. https://code.sololearn.com/co8G1fhJYJ1g/?ref=app
3 Answers
+ 2
You have code statements outside of main or any other function. ending curly brace is on line 38.
+ 1
Thanks, I repaired what I could. I will end the repair tomorrow. Thanks for the answers.