Answer the question
In order to leave comments, you need to log in
Can't import?
package Java;
import Java.A;
public class TextDocument {
public static void main(String[] args) {
System.out.println("Hello, World");
A AAA = new A();
AAA.doubleA();
}
}
package Java;
public class A {
public void doubleA() {
System.out.println("...");
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question