import java.util.*; import java.io.*; class Entry { public String name,quantity,note; } public class inv { public static Entry[ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

import java.util.*; import java.io.*; class Entry { public String name,quantity,note; } public class inv { public static Entry[

import java.util.*; import java.io.*; class Entry { public String name,quantity,note; } public class inv { public static Entry[] entryList; public static int num_entries; public static Scanner stdin=new Scanner(System.in); public static void main(String args[]) throws Exception { int i; char c; String code,command; entryList=new Entry[200]; num_entries=0; command=null; c=' '; readInventory("inventory.txt"); System.out.println("Codes are entered as 1 to 8 characters\nUse\n'e' for enter\n'f' for find\n'l' fo

27th Oct 2017, 1:50 PM
freaky
3 Answers
+ 6
Use code playground to write codes -_-
27th Oct 2017, 1:53 PM
Shamima Yasmin
Shamima Yasmin - avatar
+ 1
LoL
27th Oct 2017, 2:02 PM
Stephen Talorong
Stephen Talorong - avatar
0
great! But what is your question?!
27th Oct 2017, 1:51 PM
Cool Codin
Cool Codin - avatar