i am trying realy hard, but i can not figure out what this should do:
CODE
!(mathTest());
;
Also, in your main you call mathThest() 3 times. once in the if-condition, then twice in 2 seperate statements (one of them the strange one above).
That is why it does that 3 times.
Put them in a while loop.