18

Time for some clear readable code.

int a = l;
   if ( O == l )
     a = O1;
   else
     l = 01;

Nailed it.

Comments
  • 1
    Yeah, sure. Totally readable.
  • 4
    Is it just my eyesight or is "o" the alphabet & "0" the number mixed up here?
  • 0
    The indentation here annoys me.
  • 2
    @A-0-C There is a zero on the last line, and regular Os on the two first lines.
  • 1
    @sauerkraut thank you for the info. Highly readable code here. 😓
Add Comment