Search:

Type: Posts; User: takira

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,200

    Re: help with setters and getters

    In my post I entered the question wrong, what I am trying to ask is why when I getCost from my driver, instead of the currentInventoryValue resetting to zero, it instead does numberOnOrder *...
  2. Replies
    3
    Views
    1,200

    help with setters and getters

    public class InventoryDriver
    {

    public static void main(String[] args)
    {
    InventoryItem item1 = new InventoryItem("d-145-blk", "Black Case-it Large Capacity 3-Inch Zipper Binder", 5.50, 65);...
Results 1 to 2 of 2