Question: JAVA - Use scnr to read each pair of inputs, string currName and character currGroup, until stop is read from input. Create each Member object
JAVA
Use scnr to read each pair of inputs, string currName and character currGroup, until "stop" is read from input. Create each Member object with currName and currGroup as arguments and append each object to ArrayList memberList.
Ex: If the input is Kai A Abe B Dan B stop, then the output is:
Member: Kai, Group: A
Member: Abe, Group: B
Member: Dan, Group: B
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
