CS153/hw4/hw4programs/easyrun6.oat

8 lines
125 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
if(!true | -4 + 5 > 0 & 6 * 4 < 25) {
return 9;
} else {
return 4;
}
}