AssignmentAssist
Homework Made Simple
Latest Questions
Using Java..Implement the Speaker interface:public interface Speaker {public void speak();public void announce(String str);}Then, create three classes that implement Speaker in various ways:SpeakerOfTheHouse: speak method prints "I am Speaker of the House.", andthe announce method takes the name of a bill in the form of a stringand prints it in the sentence "The [bill] has passed!"SportsAnnouncer: speak method prints "Goal!", and the announce methodtakes the name of a team in the form of a string and prints the sentence"The [team] have scored a goal!"Actor: speak method prints "I've been nominated for three AcademyAwards.", and the announce method takes the name of a movie in the formof a string and prints the sentence, "I'm currently staring in [movie]."Create a driver class , and in the main method , prompt the user to enter threeStrings -- the name of a bill, the name of a sports team, and the name of a movie.Then, create an object from each of the classes described above and call the speakand announce methods of each object , using the strings provided by the user.
A registered representative services the brokerage account of her father-in-law at her broker-dealer. The father-in-law has asked the registered representative to act as the trustee in a trust account for her spouse and children. The following assets are being donated by the father-in-law into the trust:Office Building: $15,500,000Construction Company: $20,000,000Construction Equipment: $ 2,000,000The registered representative has agreed not to charge a trustee's fee to do this. Does she have to get permission of her broker-dealer to act as trustee?A. No, because it is a family relationshipB. No, because the trust does not hold securitiesC. No, because she is not being compensated to be the trusteeD. Yes, because this is an outside business activity