My questions relate to asking you about the driver, because otherwise, the remainder of the project is debugged,
I have a statement within the project in which I am trying to print out the profit results from the other classes,
I could send you the code if you knew how to do proofreading marks or something, but here is the driver code in general.
package poly;
public class Driver {
public static void main(String[] args){
double currentValue = 2500;
double purchasePrice = 2750;
int yearsOwned = 5;
int AnnualIncome = 2000;
System.out.println("Profits on Stock are");
System.out.println("Profits on ");
}
}
Then, by all means, send your code over sometime today and I would review it within 30 minutes of receiving it.
If you don't mind, I could also send you the compressed set of my own code to review as well,
Benjamin Kemer