All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javacc-7.0.3.examples.Interpreter.odd.spl Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
int num;
boolean odd;

num = 10;

read num;

if (num % 2 != 0)
   odd = true;
else
   odd = false;

write odd;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy