public class StudentsRunner{
public static void main(String[] args){
Student dom;
}
}
1) Construct the Java statement to create the Student object called Dom in the
StudentsRunner
Back to the Student Class
public class StudentsRunner{
public static void main(String[] args){
Student dom;
}
}
1) Construct the Java statement to create the Student object called Dom in the
StudentsRunner
Back to the Student Class