i'm stuck in while loop, i tried doing break; but errors. I have a bunch of while loops because the user has to input 5 scores. If it's not valid, it'll ask for it again.
anyway, i stop at assign_2 and I have to start a new thing, but it just goes back to the top.
Maybe. But without seeing the sequence in which things occur, it's hard to say.
do i have to post all of it
No, what you need to post is sufficient code so that someone else can run the code and reproduce the same problem. By all means edit and trim your code before posting - but make sure that it still demonstrates the problem.
ok i changed OS' from Mac (Xcode) to visual studio and it solved my problems. I don't know what's wrong with xcode because something weird called "thread 1.1" always shows up and messes up my work. I googled the problem, but it always seems to come back. My code is fine, it's just the compiler, I guess.