Search:

Type: Posts; User: crzyblndgrl

Search: Search took 0.09 seconds.

  1. Re: PLEASE Help with developing a class with an overloaded method

    Ok so I have figured out my CustomerTest a little bit. I also changed my phone number to a string. The only problem I am having now is that it is pulling the email in the first setCustomerInfo when...
  2. Re: PLEASE Help with developing a class with an overloaded method

    public class Customer {


    public int customerID = 0; //Default value for Customer ID
    public String customerName = "Bentley";
    public String customerAddress = "Fort Lauderdale, FL";
    public int...
  3. PLEASE Help with developing a class with an overloaded method

    Listed below is the whole problem I am working on. I have completed my Customer Class and now I am having trouble with my CustomerTest class. I am not sure if I declared my phone number variable...
Results 1 to 3 of 3