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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply