Question: In the picture provided of Java code, the addJob() constructor is grabing constructors from a separate Job class. How can I make it so that

In the picture provided of Java code, the addJob() constructor is grabing constructors from a separate Job class. How can I make it so that addJob() adds to an array that can hold 20 jobs.
In the picture provided of Java code, the addJob() constructor is grabing

public static void addJob() { Job job = new Job(); job.getInformation(); job.calculateCost(); job.display(); total += job.getCostTotal(); }

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!