Answer to Question #246578 in Java | JSP | JSF for Aubrey Eso Jozela

Question #246578
Complete the class RunStudents. The outline of the class is as follows: public class RunStudents { public static void main(String[] args) { //add code for 1. //add code for 2. } } 1 Create an object of the type StudentLoans.. 2 Call the menuControl() in the StudentsLoan class by using the object defined in 1.
1
Expert's answer
2021-10-10T01:49:12-0400
public class RunStudents { 
    public static void main(String[] args) {
        //add code for 1. 
        StudentLoan s=new StudentLoan();
        //add code for 2.
        s.menuControl();
        } 
    } 

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS