Re: Help with an Array Assignment
- From: "Rhino" <no.offline.contact.please@xxxxxxxxxx>
- Date: Mon, 28 Nov 2005 00:14:31 -0500
"sanchezj" <u16152@uwe> wrote in message news:5802d09b5be49@xxxxxx
>I need help with this assignment. Am I on track? Here is the code that I
> have so far.
>
I'm not sure what you want: a critique of the coding style; an analysis of
whether the program will do what you want it to do; predictions of compile
errors or something else altogether.
My advice is to see if you can compile it. I see some errors that you will
need to fix: you will learn from the experience of fixing those. If you
don't understand how to fix the problems, ask here and someone will probably
help.
Once you get a clean compile, try executing it. The most important question
is: does it do what you want to do? If not, change it until it does. If this
were a professional program, I'd look for several additional things like
comformance with your employer's standards, documentation of the program,
etc. but for a school course, just having it work correctly is probably all
you'll need to get a decent grade.
If you're looking for style advice, i.e. trying to find out if the program
follows a professional approach and would earn the respect of an employer,
then good for you: I think that exemplifies a good attitude. (Some students
only want to get the assignment out the door to get the teacher off their
backs.) But I'm not going to offer style advice unless you specifically say
that you want some. You are probably too busy with your courses to spend a
lot of time on style issues at this stage; you can polish your style further
down the road.
[snip]
Rhino
.
- References:
- Help with an Array Assignment
- From: sanchezj
- Help with an Array Assignment
- Prev by Date: Re: cant's compile with javac
- Next by Date: Re: cant's compile with javac
- Previous by thread: Help with an Array Assignment
- Next by thread: Re: Help with an Array Assignment
- Index(es):
Relevant Pages
|