V n = 10 Int result L(i) 0 .< n I (n % 2) == 0 L.continue I (n % i) == 0 result = i L.break L.was_no_break result = -1 print(‘No odd factors found’)