Page 1 of 1

USE JAVA JDK * Use System.out.printf ONLY to do all printing * * No IDEs can be used. All programs MUST be done in TERMI

Posted: Sun Jul 03, 2022 11:22 am
by answerhappygod
USE JAVA JDK
* Use System.out.printf ONLY to do all printing *
* No IDEs can be used. All programs MUST be done in TERMINALMODE using editors *
4)*** Make sure to write the corresponding value everytime you seelastNameFirstNameInitialDriverPgm3 ***Write a DRIVER class (with a main method) namedlastNameFirstNameInitialDriverPgm3using all methods in all classes from questions 1, 2 and 3
Interfaces----------5)*** Make sure to write the corresponding value everytime you seelastNameFirstNameInitialinterface ***Create an interface named lastNameFirstNameInitialinterfacewitha) The following String global public variables:personPanterID = "";personLastName = "";personFirstName = "";
b) And the following method templates returning void and eachmethod accepting one StringthePersonSchoolthePersonPantherIDthePersonLastNamethePersonFirstName
6)*** Make sure to write the corresponding value everytime you seelastNameFirstNameInitialinterfaceDriver ***Create a program that implements the interface in question 5) andname itlastNameFirstNameInitialinterfaceDrivera) Make sure to initialize your global variables, example:personPanterID = "any number";personLastName = "DELGADO";personFirstName = "MANUEL";b) Create a new global variable named school, containing the StringFIUc) In the thePersonSchool method display the new global variablecontaining FIUd) In the thePersonPantherID method display the correspondingglobal variable passed in from the main methode) In the thePersonLastName method display the corresponding globalvariable passed in from the main methodf) In the thePersonFirstName method display the correspondingglobal variable passed in from the main method