Search code examples
C++ switch while infinite loop issue...


c++switch-statementinfinite-loopdo-while

Read More
Trying to code a method to sort through a 5-card poker hand and evaluate if the hand has a single-pa...


javaif-statementmethodsdo-while

Read More
Emulating a do-while loop in Bash...


bashloopsdo-while

Read More
Significance of do{} while(0)...


cdo-while

Read More
C - Battleship, random ship placement...


cswitch-statementdo-while

Read More
Receiving unnecessary "cout" outputs in terminal menu...


c++switch-statementdo-while

Read More
Writing a While Loops with Events in MySQL...


mysqleventswhile-loopdo-whilemysql-event

Read More
How to stop an infinite loop after a wrong input in a menu?...


cinputmenuinfinite-loopdo-while

Read More
Undefined behaviour of scanf() in a do-while loop...


cinputcharacterscanfdo-while

Read More
Why the output of z variable is 19? How does that code works more clearly?...


c++while-loopdo-while

Read More
How to end program in a do-while (C++)...


c++debuggingdo-while

Read More
infinite loop for checking aws instance status in ec2 targetgroup while draining...


amazon-web-servicespowershelldo-while

Read More
Why my boolean is unreachable code and compilation error?...


javacompiler-errorsbooleando-whileunreachable-code

Read More
Loop Statement-how to alternate on both sides...


javascriptwhile-loopdo-while

Read More
Passing and changing an object's parameters into a do while loop...


c#switch-statementdo-while

Read More
C#: Optimizing error prevention with the input console...


c#console-applicationdo-while

Read More
Two conditions for DO WHILE loop in C...


cdo-while

Read More
How to prompt the user to loop in C?...


cwhile-loopcharscanfdo-while

Read More
How to print number 1 to 10(in that sequence only)using loops(java) if int i = 10...


javaloopsfor-loopwhile-loopdo-while

Read More
Awk in do-while loop, read files with multiple columns...


bashawkdo-while

Read More
Hi, I'm a beginner coder. I'm facing a problem of figuring out how do I make my program read...


pythonwhile-loopdo-while

Read More
How to create multiple macro variables using a loop in SAS Enterprise Guide?...


while-loopsasdo-whilesas-macromacro-variable

Read More
Do while loop determined by users input c#...


c#while-loopdo-while

Read More
i just did switch-case in a switch-case... in a switch-case. There maybe be a better way to do it ri...


javaloopsswitch-statementdo-whiledo-loops

Read More
How to do a switch menu in java with do while...


javamenucharswitch-statementdo-while

Read More
'Repeating calculator' program in C with swtich case and do while loop, not working after 1s...


cswitch-statementcalculatordo-while

Read More
Issues with do while loop...


cloopsuser-inputdo-whileconverters

Read More
C refusing to print debug info to console. Why?...


cloopsdebuggingdo-while

Read More
How to start fresh on a while / do-while loop?...


c++stringfinddo-while

Read More
Cannot use variable in while clause that is declared inside the do/while loop...


c#do-while

Read More
BackNext