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.

How can I find the number of mistakes that my algorithm made?

+3 votes
asked Dec 1, 2022 by Nirali Patel (750 points)
So, far I have this algorithm. But I don't understand how can I find number of mistakes in algorithm?

I need help.

Here is the code: https://onlinegdb.com/lyn2gQFiw

1 Answer

0 votes
answered Dec 10, 2022 by Zaydiscool777 (360 points)
So, you see the debbuger icon with the play button in the circle? Not only will that help you know how many errors you have, but will also help you fix those errors.
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.
...