SyntaxFix
Write A Post
Hire A Developer
Questions
Use break?
while(choice!=99) { cin>>choice; if (choice==99) break; cin>>gNum; }