Forum: Java Apr 14th, 2009 |
| Replies: 1 Views: 821 I've got this bug in my progrom that I cannot figure out and it's due within the next couple of hours. I was hoping someone could help.
My problem is in my main function that reads in from... |
Forum: Java Apr 13th, 2009 |
| Replies: 2 Views: 1,753 Hi, I'm trying to write a java program that will read in the scanner input from a user and outputs an postfix expression and answer
so if you typed in:
A = 5
B = 7
$PART2
AB+
the output would... |
Forum: Java Mar 31st, 2009 |
| Replies: 1 Views: 721 Hi I am having trouble trying to get my add and remove function to work.
We had to create an ADT List using array's.
It keeps giving my program errors
any help would be great, I think my problem... |
Forum: Java Feb 5th, 2009 |
| Replies: 2 Views: 402 Hi I'm having trouble with this program I am working on. It is to simulate a grocery store. The program will read in a file which is called inventory.dat
the file will have items in it like:
... |