1. I suppose just saying RTFM would not be enough here, so I would
suggest buying a book first. Here is a good book on Java that I use to
teach my Java courses.
http://www.amazon.com/exec/obidos/ASIN/0760010706/qid%3D/103-0672772-6
705427

2. Then when you need help, join a Java list.

3. As far as the 'main points of your program' go, first I would find
some example algorithms for printing text-based histograms, then I
would attempt to implement them, but first I would refer to #1.

Wes

Wesley A. Wannemacher
[EMAIL PROTECTED]
Instructor, Network Administrator
University of Northwestern Ohio
http://www.unoh.edu

> -----Original Message-----
> From: Jussi Seppala [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 20, 2000 5:20 PM
> To: debian-user@lists.debian.org
> Subject: Help-problems with programming
>
>
> I have written some programs and now
> I am trying to write a “pretty” simple (java) program
> (and run it in dos), which should draw
> a histogram of the course grades.
> I should just write down (type) the points of the students
> and the program should draw the histogram based on
> these numbers and write
> the limits for the points and the grades.
>
> For example:
>
> Limits for points:
> 5     10     15     20     25
> Grades:
> 6       7      8    9      10
>
> Histogram of the gourse grades
>
> 6     ***
> 7     *
> 8     **
> 9     *
> 10    *****
>
> Any idea where should I start ?
> And after that?
> Where can I find help?
> What are the main points in this program?
>
> Many thanks in advance!!!
> Jussi
>
>
> ----
> Soittoäänet ja ikonit matkapuhelimeen!  http://www.iobox.fi/
>
>
> --
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
>

Reply via email to