I'm tired, so the answer to this might be obvious but I cannot figure out what is going on. I uploaded the code plus input file. When I ran the code here's what I got:
What do you want to do?
-1 -- quit
1 -- add object
2 -- sort objects by first variable
3 -- sort objects by second variables
4 -- sort variables by third variables
5 -- read file
6 -- write to file
0 -- print objects in array
5
Enter File now:
t.txt
Would you like to add objects to array or delete and store file objects only?(a/d)
d
Could not make out command.
What do you want to do?
-1 -- quit
1 -- add object
2 -- sort objects by first variable
3 -- sort objects by second variables
4 -- sort variables by third variables
5 -- read file
6 -- write to file
0 -- print objects in array
5
Enter File now:
t.txt
Would you like to add objects to array or delete and store file objects only?(a/d)
a
Could not make out command.
nowhere in CollectionofObjects.java is "Could not make out command" so I assume its java telling I messed up somewhere?
Module10.zip
thanks for any help