Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
Opgave
Schrijf een programma dat nagaat of een ingelezen geheel getal (a) even is of niet.
(Tip: een getal a is even als a/2 gelijk is aan int(a/2) of als a % 2 = 0).