I am using do-while loop in a simple code. The condition of the while loop is always \'true\'. The compiler can not reach anything after do-while loop.
Here is my a bit o