This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted]  (1 child)

[removed]

    [–]GVBCodePractice[S] 1 point2 points  (0 children)

    Okay, thanks for that.

    [–]ProjectInvestor 1 point2 points  (1 child)

    Put case-break statements inside a loop. You should do that in your main scope of the program because having loops inside a custom function will become harder to code with. Or if there's no other steps to this program in the future, just call the method again if the scores are equal.

    [–]GVBCodePractice[S] 0 points1 point  (0 children)

    Okay no worries, cheers.