Search:

Type: Posts; User: BeginCode

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: How can i fix and run my program?? Please help..

    <import java.util.ArrayList;
    import java.util.Scanner;

    public class InventorySystem
    {

    //Create an array and object to add it to the array
    private ArrayList<Item> inventory;
  2. [SOLVED] Re: How can i fix and run my program?? Please help..

    <import java.text.NumberFormat;
    import java.util.Scanner;

    public class Item
    {

    /**
    * Perform any initialization that is required for the Inventory items.
    *
    */
  3. [SOLVED] How can i fix and run my program?? Please help..

    I have 2 Clases Item and InventorySystem..
    I can't even run it i'm not sure why??


    import java.text.NumberFormat;
    import java.util.Scanner;

    public class Item
    {
Results 1 to 3 of 3