Advertisement
Nickname
nobel
Registered since:
April 12, 2003
Short bio:
 
Home page:
 
Total posts:
7

Forum posts by Greg:

1 page [ 1 ]
Posted in Java Answers Forum, Apr 14, 2003, 4:01 AM
Thank you very much Charles!!!!
Posted in Java Answers Forum, Apr 13, 2003, 3:07 AM
Sorry to bug you again, but I ran the code and got errorsC:\Java\DebugTest3.java:7: cannot resolve symbolsymbol : class one location: class DebugTest3public class DebugTest3 extends One{ ^C:\Java\DebugTest3.java:12: cannot resolve symbolsymbol : method getResult (int)location: class DebugTest3int answer = oneVar.getResult(10); ^2 errors
Posted in Java Answers Forum, Apr 13, 2003, 2:52 AM
you really saved me...thank you very much Charles.....
Posted in Java Answers Forum, Apr 13, 2003, 2:34 AM
okay. I see, thank you....Any luck with the code regarding Debugtest3?That would really help me out alot..Thanks....
Posted in Java Answers Forum, Apr 13, 2003, 2:10 AM
Summer summer = new Summer();I don't understand this part of the code, could you please elaborate on it for me... Thank you very much
Posted in Java Answers Forum, Apr 13, 2003, 2:06 AM
Thank you very much, much apreciated, I don't want to seem pushy, but did my code for the 2nd question work????
Posted in Java Answers Forum, Apr 13, 2003, 1:07 AM
I am very poor when it comes to programming, but trying really hard to pass my exam, I have two quick questions I hope someone can answer for me please....Implement the method sum that gives summation of the passed array. ie; the array has five elements 1,2,3,4,5, then 15 should be returned.public int sum (int []...
1 page [ 1 ]
Advertisement