Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class leonarditem {
- int price;
- String itemname;
- int itemcode;
- public leonarditem(int price, String itemname, int itemcode) {
- this.price = price;
- this.itemname = itemname;
- this.itemcode = itemcode;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement