var a = 3; var b = 7; var c = 6; if (a < 4) { b = 5 } else { c = 17; while (a * b > c) { if (a > b) a = 1 else b = 1 } }