I need to test a number in java to see if it's right or false.
This is the formula to test it;
9 x A) + (8 x B) + (7 x C) + (6 x D) + (5 x E) + (4 x F) + (3 x G) + (2 x H) - (1 x I)
With this formula you can get 91million numbers like 111222333 or 123456782.
But i need to figur out how i can make a test in java to check if the number is false or true.
i need to use this method
public static boolean checkBSN(int bsnnummer)


Sign In
Create Account

Back to top









