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
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
Get step-by-step solutions from verified subject matter experts
