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

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

The 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