J
Jeroen Ceuppens
Hi,
I want to test if a integer is dividable by 4, and if not, make it dividable
by 4
So: 80=ok
79= not good should be 80 after test
78=should be 80
77=should be 80
81=should be 84
........
What is the best way to do this?
I used to program in C and c# math functions are not my knowledge yet
Greetz
I want to test if a integer is dividable by 4, and if not, make it dividable
by 4
So: 80=ok
79= not good should be 80 after test
78=should be 80
77=should be 80
81=should be 84
........
What is the best way to do this?
I used to program in C and c# math functions are not my knowledge yet
Greetz