Question: Create The Scout class. The scout class will be used to instantiate a scout object. It must include the following. 1. The Scout class will
Create The Scout class. The scout class will be used to instantiate a scout object. It must include the following. 
1. The Scout class will be used to instantiate a scout object. It must include the following a. Two constructors as Gus likes the option of creating scout i. public Scout) One takes no arguments. It updates the ii. public Scout (String fName, String 1Name, String rank) different ways count of troop members One takes the first name, last name and rank as arguments. It updates the count of troop members. b. An ArrayList for the merit badges. i. public ArrayListString> getMeritBadges) a getter method to return the arraylist of badges method to add a single badge to the arraylist. multipleMeritBadges) a method to add multiple badges to ii. public void setMeritBadges (String singleMeritBadge) a iii. public void setMeritBadges (ArrayList
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
