79093083

Date: 2024-10-16 08:25:36
Score: 1.5
Natty:
Report link
Although the question has already been answered, an alternative could be this:
for (int i = 0; i < foos.size() && try == true; i++) {
    //Do something...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cirilimp