G
Guest
I'm trying to create a formula in dot net to achieve the following:
Input: Output:
1 1
2 1
3 1
4 4
5 4
6 4
7 7
8 7
9 7
So... pass any value from 1 to 9 into this mathematical formula and it
churns out either 1, 4 or 7.
Been struggling with this formula.
Any ideas.
Input: Output:
1 1
2 1
3 1
4 4
5 4
6 4
7 7
8 7
9 7
So... pass any value from 1 to 9 into this mathematical formula and it
churns out either 1, 4 or 7.
Been struggling with this formula.
Any ideas.