Guest User

Untitled

a guest
Jun 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. if (x%2!=0){
  2. --ungerade--
  3. }
  4. if(x%2==0){
  5. --gerade--
  6. }
Add Comment
Please, Sign In to add comment