Question: Java Question: Create Two Packages - From one package/class get data from the other package/class. They want me to use two classes I have created
Java Question: Create Two Packages - From one package/class get data from the other package/class. They want me to use two classes I have created previously. One was for Students - verify students are there (based off array of student names). Second is taking string and formatting it with a delimeter based on user input. Not sure if that extra info is needed.
I made one package for each lecture assignment and put the class from each assigment into inside the package
package - student / class - Student
package - delim / class - Adddelim
Per instructions: Use your assignments from the previous two lectures. Create new packages for each. Put the java classes you created in the corresponding package.
In the classes in the lecture8, find a class with a main method, inside that main method , use the classes in lecture7 package. . Looks like she shows two ways Import and also use inside the method...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
