I want to do a program that goes from 1 to 9 but iterating by 3 like this:
for(i = 0; i < 9; i+=3);
I only know:
between(1,9,K),Z is K+3,between(K,Z,P)
But this doesn't works.
I want to do a program that goes from 1 to 9 but iterating by 3 like this:
for(i = 0; i < 9; i+=3);
I only know:
between(1,9,K),Z is K+3,between(K,Z,P)
But this doesn't works.