On Nov 10, 8:39 pm, Ian Shef <inva...@avoiding.spam> wrote:
DeAndrea Monroe <dmonroe4...@gmail.com> wrote in news:078ee97d-ed34-4848-
a015-38f9c380a...@r14g2000yqa.googlegroups.com:
I am trying to compile a java program that simulates a bank's
operation. I get the errors:
line 19, 46, 50,: '{' expected and ';' expected
line 28, 56, 76: missing return statement
my code can be found here:
http://code.google.com/p/cschelp/source/checkout
I will help you, but next time, you should provide more help to the group
FIRST.
The URL that you provided does NOT take me directly to your code. I had to
discover the Browse button.
Having done that, I had to guess which of five files to review. I guessed
that you intended bank.java .
OK...
Thanks for your help. I made a few changes to the program, the changes
you suggested, I made before I read the post and I'm glad that I
actually did it right. But the code is located in the same space. I
still get errors after the changes have been made.
I took a quick look at your code, and it makes no sense to me. Even if
you got it to compile, I don't think it would do anything useful. You
really need to step back and get some simpler programs working first.