Supprimer une branche est définitif. Il n'est pas possible de revenir en arrière.
- Cette opération NE PEUT PAS être annulée.- Cette opération supprimera définitivement le contenu de la branche mexiliang/ZCW-Lab-Fundamental-Methods:master.
mexiliang/ZCW-Lab-Fundamental-Methods:master
vers master
Supprimer une branche est définitif. Il n'est pas possible de revenir en arrière.
- Cette opération NE PEUT PAS être annulée.
Good job on the MathUtilities and PredicateUtilities.
For the string utilities, a few comment. You don't have to call
String.format
unless there is a format you want, like padding space. So for these methods, you can return the string and concatenate it without calling format.For getSuffix, what we're expecting is the last three character, that means
return input.substring(input.length() - 3);
Please finish up the homework.