Forum: Java
Mar 11th, 2008, 9:56 PM
|
|
Replies: 7
Views: 256
Re: Help why doesnt it work
i think you were thinking about c++ since they are similar. or Visual Basic
and can anyone tell me whats wrong with the problem i have
|
Forum: Java
Mar 11th, 2008, 9:08 PM
|
|
Replies: 7
Views: 256
Re: Help why doesnt it work
Thanks Guys and next time i will and i probably will =D
Edit:
I tried using the unsigned long but it gave me an error:
M:\Java\DataType.java:12: not a statement
unsigned long k; // k as a long...
|
Forum: Java
Mar 11th, 2008, 8:50 PM
|
|
Replies: 7
Views: 256
Help why doesnt it work
Im new to Java and i am creating simple programs to start out but i ran into a problem with this:
My compiler says "M:\Java\DataType.java:22: integer number too large: 4000000002
k = 4000000002 ; //...
|