Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

once you run the program, do you have to debug it

+1 vote
asked Feb 18, 2019 by Theressa Johnson (130 points)

1 Answer

0 votes
answered Feb 26, 2019 by anonymous
No.  You can run it and get the answer, or you can debug it instead.  Debugging a program means running the program with the ability to stop it and look at the variables and so on - if you just want the program's output you just need to run it.  But being able to stop it in the middle and look at the variables while it is running is useful, so that is why the debug option is available.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...