Posts by Pedro Padilha • 31 points
1 post
-
3
votes2
answers432
viewsA: Create a set method for different variables
Would you like to create just one method to set the 4 variables? If yes, I think the best way would be this one: public class character { private String name; private int intellect; private int…