For a project, I’ve been assigned to create a program. This program requires some specific things for it to pass. One of these things is a array / list, and I was told a scorekeeper is a good way to implement that. One problem is: I don’t know how.
My code is a breakdown of a video game, with a quiz at the end. I want to create a scorekeeper for said quiz, where clicking the correct answer (out of 4) adds one point, and clicking a wrong answer takes one away AND sends you back to the beginning. (apologies if this isn’t enough information, this is my first forum) Thanks!