Search:

Type: Posts; User: w4nz

Search: Search took 0.10 seconds.

  1. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    A
    1
    25
    3
    B
    2
    35
    3
    C
    3
  2. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    1 - enter new product
    please Enter name for product 1: A
    Enter quantity for product 1: 2
    Please enter price for product : 25

    please Enter name for product 2: B
    Enter quantity for product 2 : 3...
  3. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    1 - enter new product
    please Enter name for product 1: A
    Enter quantity for product 1: 2
    Please enter price for product : 25

    please Enter name for product 2: B
    Enter quantity for product 2 : 3...
  4. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    1 - enter new product
    please Enter name for product 0: A
    Enter quantity for product 0 : 2
    Please enter price for product : 25

    please Enter name for product 0: A
    Enter...
  5. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    u mean the Q?
    there is no question from the lecturer to test the program for the output only the Q below that she give it to me

    You are to simulate an inventory system. A class product holds id,...
  6. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    public class Inventory
    {


    private String name;
    private int Inventory_id;
    private int Item_price;
    private int quantity;
  7. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    0 is the id of the product..
  8. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    18801881
  9. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    import java.util.Random;
    import static javax.swing.JOptionPane.*;
    public class I11007783
    {
    public static void main(String arg[]){
    Inventory n[]=new Inventory[3];//create an object
    ...
  10. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    tomorrow i need to submit it... XD
    i tried to do the code keep looping before exit but i failed
  11. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    can u help me to perfect this code, there is some problem after i key in the product then i want to display it the system stop..
    can u help me to change the code without JOP(JOpntionPane)
  12. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    yes sir!!
    for now still no idea
    im doing it
  13. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    Re: inventory System

    this all i got for the Q
  14. Thread: inventory System

    by w4nz
    Replies
    25
    Views
    3,244

    inventory System

    You are to simulate an inventory system. A class product holds id, name, price and quantity as its belonging. ID is a fix value by default, say 0, and should increase by one every time there’s a new...
Results 1 to 14 of 14