I'm using a string during a loop and for some reason when the loop repeats it puts the "enter name : " statement and "enter first number : " on the same line for example: "enter name: enter 1st number:".
I want them on seperate lines. I was going to use fflush(stdin) to fix this problem but after reading the FAQ on this board I had second thoughts. Is there another way around this problem or did I write the code wrong?

And how do I use code tags? there is an option to close current tag and close all tags but for some reason I can't get it to work?I have no experience with HTML


[