|
-
Mar 25th, 2002, 12:18 PM
#1
Thread Starter
Addicted Member
static method
I am trying to learn java on my own and I need your help.
I have the following question?
package NAME
public class NAME
{
int X;
int Y;
public static NAME CHANGE(INT A)
{
X=A;
Y=A;
return?????????
}
}
I KNOW I HAVE TO RETURN SOMETHING BUT I DON'T KNOW WHAT
thanks for the time
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|