0
/ 1.0
Which lines contain the fields?
public class Test { private final int SHIRTS = 24; private int numPants= 14; private int tanks =0; public...
Score: 0 / 3.0
Attributes, Printing parameter value
Which lines contain the fields?
public class Test { private final int SHIRTS = 24; private int numPants= 14; private int tanks =0; public...
Complete this method to print out the parameter.