0
how to make the code keep continue?and how to make it repeat it self?
1 Answer
+ 4
If you want that your code accept unlimited inputs, enclose all code inside int main() function into an infinite while loop.
WARNING: In sololearn interactive input doesnât work, so compile your program in other platform.
RECOMMENDATION: run your code in replit (repl.it)