Forum: Java Nov 30th, 2004 |
| Replies: 11 Views: 3,726 Re: Java editor I just bought the Java 2 for dummies book to help with my Java course, it came with an IDE called JCreator - its great i highly recommend it if your a beginner, not too simple, not too complex. I... |
Forum: Java Nov 22nd, 2004 |
| Replies: 11 Views: 3,726 Java editor Gday all
Just wondering what is the best Java editor(developer tool) to use.
At the moment I am using emacs, but i am getting sick of after every new emacs page i open a command prompt window comes... |
Forum: Java Oct 12th, 2004 |
| Replies: 4 Views: 2,640 Re: Help with loops Hi server
Thanks for that.
Pretty similair to my final submitted assignment except I used a for loop for the prime claculation, the way you did the calculation is clever - if a number over 0 divided... |
Forum: Java Oct 7th, 2004 |
| Replies: 4 Views: 2,640 |
Forum: Java Oct 6th, 2004 |
| Replies: 4 Views: 2,640 Help with loops Hi everyone
I am new to java and am writing a program thats meant to have the following terminal output...
Enter a number: 29
29 is a prime number.
Enter a number: -7
Please enter a positive... |