Answered You can hire a professional tutor to get the answer.
public void addStock(){ } I need this to add private String CompanyName; private double NumberOfShares; private double PurchasePrice; private double...
public void addStock(){
}
I need this to add
private String CompanyName;
private double NumberOfShares;
private double PurchasePrice;
private double CurrentPrice;
to an arraylist. I already made the arraylist and have it in place to capture all the information from those variables from the text field. I just need to press a button to add them to the list and later I need to remove it.