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

24th Nov 2017, 7:29 PM
TheCodingKim
TheCodingKim - avatar
3 Answers
+ 2
You have code statements outside of main or any other function. ending curly brace is on line 38.
24th Nov 2017, 8:01 PM
ChaoticDawg
ChaoticDawg - avatar
+ 1
Thanks, I repaired what I could. I will end the repair tomorrow. Thanks for the answers.
24th Nov 2017, 8:18 PM
TheCodingKim
TheCodingKim - avatar