I'm trying to create a Java method that filters figures as follows:
The method asks for two int (int n, int x). If n is, for example, 4232 and x is 2, n will be filtered making all 2 of n change to zeros, that is;
filterCifrasX (4232, 2) returns...
asked by
08.03.2018 / 00:22