People!
Need Help, please..
I'm geting WA w/ 2 problems I'm trying to solve... (n
Search found 12 matches
- Wed Jul 02, 2003 9:46 am
- Forum: Java
- Topic: NEED HELP, PLEASE!!! URGENT!!!!!!
- Replies: 2
- Views: 3028
- Tue Jul 01, 2003 5:40 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10107 - What is the Median?
- Replies: 74
- Views: 31439
- Mon Jun 30, 2003 2:56 am
- Forum: Volume 101 (10100-10199)
- Topic: 10107 - What is the Median?
- Replies: 74
- Views: 31439
- Mon Jun 23, 2003 6:35 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10856
- Mon Jun 23, 2003 2:59 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10856
Outputs?!
Guys!
I think I'm writting wrong my outputs...
I'm getting a compiler error in both programs a tried to submit, but I don't know what is...
program: 10019
[java]public static void main(String[] args)
{
FunnyCryption funnyCryp = new FunnyCryption();
int input = funnyCryp.input();
int dados ...
I think I'm writting wrong my outputs...
I'm getting a compiler error in both programs a tried to submit, but I don't know what is...
program: 10019
[java]public static void main(String[] args)
{
FunnyCryption funnyCryp = new FunnyCryption();
int input = funnyCryp.input();
int dados ...
- Sun Jun 22, 2003 7:58 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10856
10019 - Little help
People!
I`m getting a compiler error, just need a help w/ the output format
I`m working w/ java.
[java]System.out.println(funnyCryp.binario(dados )+" "+funnyCryp.hexadecimal(dados ));}}}
[/java]
The error is in that space <" ">
But the answer must come w/ 2 separate numbers (5 6)...
I got ...
I`m getting a compiler error, just need a help w/ the output format
I`m working w/ java.
[java]System.out.println(funnyCryp.binario(dados )+" "+funnyCryp.hexadecimal(dados ));}}}
[/java]
The error is in that space <" ">
But the answer must come w/ 2 separate numbers (5 6)...
I got ...
- Sat Jun 21, 2003 5:24 pm
- Forum: Java
- Topic: Another problem w/ variables
- Replies: 1
- Views: 1960
- Sat Jun 21, 2003 3:25 pm
- Forum: Java
- Topic: Another problem w/ variables
- Replies: 1
- Views: 1960
Another problem w/ variables
OK Guys!
Now I`m having this problem...
I`m trying to save the resoult of a factorial in a variable, but the answer in a long variable appear weird.
EX.
30!
Answer: -8764578968847253504
Which has nothing to do w/ the real answer...
What does tha `-` mean?
Then I tried to used double, but in the ...
Now I`m having this problem...
I`m trying to save the resoult of a factorial in a variable, but the answer in a long variable appear weird.
EX.
30!
Answer: -8764578968847253504
Which has nothing to do w/ the real answer...
What does tha `-` mean?
Then I tried to used double, but in the ...
- Sat Jun 21, 2003 4:04 am
- Forum: Volume 102 (10200-10299)
- Topic: 10220 - I Love Big Numbers !
- Replies: 18
- Views: 11174
- Fri Jun 20, 2003 1:51 pm
- Forum: Java
- Topic: Convert data types
- Replies: 2
- Views: 2710
Convert data types
People.. help!!!!!
I'm having a little problem trying to convert String to int.
First I'm using a byte variable to read the input data.
byte data[ ] = new byte [3];
System.in.read (data);
Then I convert to String
String data_string = new String (data);
Then I convert to int
int data_int ...
I'm having a little problem trying to convert String to int.
First I'm using a byte variable to read the input data.
byte data[ ] = new byte [3];
System.in.read (data);
Then I convert to String
String data_string = new String (data);
Then I convert to int
int data_int ...
- Mon Jun 16, 2003 11:26 pm
- Forum: Java
- Topic: Java input file
- Replies: 2
- Views: 3010
Java input file
Hi people!
I'm solving problem n
I'm solving problem n
- Tue Jun 10, 2003 8:31 pm
- Forum: Volume 1 (100-199)
- Topic: 124 - Following Orders
- Replies: 49
- Views: 12884