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: 2999
- Tue Jul 01, 2003 5:40 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10107 - What is the Median?
- Replies: 74
- Views: 29623
- Mon Jun 30, 2003 2:56 am
- Forum: Volume 101 (10100-10199)
- Topic: 10107 - What is the Median?
- Replies: 74
- Views: 29623
- Mon Jun 23, 2003 6:35 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10537
Another one guys!!! I solve that one, was not about the space, I think it was going something wrong by e-mail, then I changed some things and worked But now shows this error... [java]public static void main(String[] args) { FunnyCryption funnyCryp = new FunnyCryption(); int input = funnyCryp.input()...
- Mon Jun 23, 2003 2:59 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10537
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[] = new in...
- Sun Jun 22, 2003 7:58 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10019 - Funny Encryption Method
- Replies: 45
- Views: 10537
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)...
- Sat Jun 21, 2003 5:24 pm
- Forum: Java
- Topic: Another problem w/ variables
- Replies: 1
- Views: 1945
- Sat Jun 21, 2003 3:25 pm
- Forum: Java
- Topic: Another problem w/ variables
- Replies: 1
- Views: 1945
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 answ...
- Sat Jun 21, 2003 4:04 am
- Forum: Volume 102 (10200-10299)
- Topic: 10220 - I Love Big Numbers !
- Replies: 18
- Views: 10413
OK! I`m not here to answer your question, but to make one... Which king of variable did you use to keep the answer of the factorial.. I mean... its a pretty big number and I can`t make it work, well the biggest factorial I can answer is 25, rsrsrs... Did you make a different way to work with that gi...
- Fri Jun 20, 2003 1:51 pm
- Forum: Java
- Topic: Convert data types
- Replies: 2
- Views: 2679
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 = Integer.pa...
- Mon Jun 16, 2003 11:26 pm
- Forum: Java
- Topic: Java input file
- Replies: 2
- Views: 2982
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: 12639