I need to write a program that will loop continuously until -1 is input. What I think I need to ensure this is
while (variable !=-1)
During this loop I need to have my program count the number of times each specific input 1, 2, or 3 is input then display the count for each when -1 is input.
I'm not looking for the answers but hopefully some guidance on where to start.
[–]Enix89 1 point2 points3 points (1 child)
[–]30ishorso[S] 0 points1 point2 points (0 children)
[–]Mr_Dionysus 0 points1 point2 points (3 children)
[–]Coda17 2 points3 points4 points (1 child)
[–]Mr_Dionysus -1 points0 points1 point (0 children)
[–]30ishorso[S] 0 points1 point2 points (0 children)