Forum: Java Aug 1st, 2008 |
| Replies: 3 Views: 441 Thanks sciwizeh but i only wana do additions and subtractions. Thanks for help. |
Forum: Java Jul 31st, 2008 |
| Replies: 3 Views: 441 Hello all. I would like to calculate, assign and do a lot with my program (java). Here are my codes.
import java.util.*;
public class Test
{
public static void main(String args[])
{
Scanner... |
Forum: Java Apr 8th, 2008 |
| Replies: 3 Views: 838 Cool Ezzaral. I got it.
P.S. Sorry for the (I don't know how to use that)... :( |
Forum: Java Apr 8th, 2008 |
| Replies: 3 Views: 838 Hi guyz,
I''ve done a bank's savings account program in java but can't compile, I keep on gettin the errors.
1. overrides java.lang.Object.toString
2. This methode must return a result of type... |
Forum: Java Apr 3rd, 2008 |
| Replies: 4 Views: 1,302 thank's anyway guyz :( let get in the book ;) |
Forum: Java Apr 3rd, 2008 |
| Replies: 4 Views: 1,302 hey javaAddict, the thing is that i dnt knw what code to type after the while loop :( |
Forum: Java Apr 3rd, 2008 |
| Replies: 4 Views: 1,302 Hey guyz i'm a newbie in java and I would like to create a program to find all palindrome prime numbers between two integers supplied as input (start and end points are excluded). I've started but... |