Category "break"

How to stop Python while I key in a value that indicates "break"

in the python code below, the desired output is to find the max and min from all of the key-in values (via input function) and when I key in "done", it stops (m

Java - Skipping element of outer loop if condition is true for any element in inner loop

Here's the code: for ( Element e : elements ){ boolean shouldContinue = false; for ( OtherElement oe : otherElements ){ if ( e.magicalCondition(

Break statement not taking me outside of loop java

I am solving this problem on code forces. https://codeforces.com/contest/1675/problem/B The break statement I have doesn't break out of the while loop. When I u

Line break on mobile phone only

I have a phone number on a website. It looks good on a laptop, but on a mobile device half of the number jumps to the next line. It doesn't look good. So how