Hello, Would you teach me how I can add a variable in a method ??
For example,
public void test() {
}
how can I add a variable in the test() body,
public void test() {
int x = 100;
}
==========================
If you know what you are doing,
it is not called RESEARCH!
==========================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
