Hello,
I want my program to repeat it self if the user entered a specific number and to terminate if he entered any other number or charcter
the repeating part worked put the terminating part did not . it kept on doing an infinate loop
how can I fix it ? what would the condition be like?
(I used a do while loop)