My teacher says that it is a bad programming practice, passing the variable that interests us as a parameter of a recursive method, eg:
int getMaior(Celula i, int maiorV)
It says that it is better to do the following method:
publi...
asked by
19.06.2018 / 15:01