Search:

Type: Posts; User: freestylpolaris

Search: Search took 0.09 seconds.

  1. Re: First Java class. Cannot figure out programming assignment. Please help.

    Resolved it; had to add another buffer in the driver class for calculating the int. All that trouble for just one buffer statement to fix it all. Thank you everybody for your help.
  2. Re: First Java class. Cannot figure out programming assignment. Please help.

    public class Asset
    {
    private String assetID;
    private double cost;
    private int lifeExpectancy;
    private String employeeID;
    private String purchaseDate;
    private String description;
    ...
  3. First Java class. Cannot figure out programming assignment. Please help.

    have a program assigned to me for school and have no idea where to start. I don't know what it is about classes and objects but it loses me. This is what I have to make the program do:
    ...
Results 1 to 3 of 3