y = "I like bananas"; x = 10; while(x != 20) { if(x /2 == 6) { print("Oh, it is close to 12 ", x); } else print("It is not 12"); x = x +1; }