loops breaks

PHOTO EMBED

Wed Feb 01 2023 01:35:40 GMT+0000 (Coordinated Universal Time)

Saved by @Batmansbitch79

for (int i = 0; i < 10; i++) { 
   System.out.println(i);
   If (i == 4) { 
    break;
}
content_copyCOPY