Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CIS234 Program 5 Help.

0 views
Skip to first unread message

Shinji Ikari

unread,
Mar 14, 2002, 3:23:53 AM3/14/02
to
I need some help in creating this program. I'm not sure where to start
and the syntax of the java.io.* methods. my programming experience is
minimal and i've been lucky to complete up to program 4 so far.
program 5 found here:
http://www.csupomona.edu/%7Ewgverbrugge/Billweb/Cis234W0102/PROBLEM5.htm

Thanks for the help.

Arnaud Berger

unread,
Mar 14, 2002, 3:56:07 AM3/14/02
to
err...

1) take the URL where you found the solution to Problem 4
2) replace all instances of "SOLUTION4" with "SOLUTION5"
3) that's it ! You're done !

4) Hey, this is not comp.lang.java.we.do.your.homework !

@rn@ud))°°°

"Shinji Ikari" <spm4s...@hotmail.com> a écrit dans le message news:
6839fed4.02031...@posting.google.com...

Patricia Shanahan

unread,
Mar 14, 2002, 8:40:19 AM3/14/02
to

For general advice on how to start, see
http://www.concentric.net/~Pats/beginner.html

If you are having specific problems with e.g. java.io, try the following
approach:

1. Write down the requirements for the I/O handling. Suppose this were a
large project, with several programmers on it, and one of them has been
assigned the task of designing the I/O handling. What would you tell
them to do?

2. Look at the tasks from step 1, and define short programs that also
use/test those tasks.

3. Write and test those programs.

This approach lets you focus your efforts for a while on just the piece
that is giving you trouble, without worrying about the rest of the
program.

Incidentally, you do need to be careful about what sorts of help you ask
for - part of what you need to hand in is a "Signed statement of
independent effort". I think this sort of general advice is probably
O.K.

Patricia

0 new messages