+ 1
C++ code help
https://code.sololearn.com/cfcBKhZrBJkV/#cpp after if (sino == "Si" || sino == "si") { main(); the rest of the code doesnt work, the program just closes. Can someone help me?
4 Answers
+ 1
i didn't test it because i can't use conio header.
but, maybe it'll work:
https://code.sololearn.com/cOuOgA3L7Qql/#cpp
+ 2
I've placed a simple do-while loop in your code. Let me know if it works:
https://code.sololearn.com/c5yqAePt6iz5
+ 1
you cannot call main() function.
you have to create another fucntions for that, or create a while loop.
0
how I do that?