Question: Java language I Returns the course name as the string. @return the string equal to Lab1.COURSE_NAME */ public static string getCourseName() { return null; Complete


Java language
I Returns the course name as the string. @return the string equal to Lab1.COURSE_NAME */ public static string getCourseName() \{ return null; Complete the method getCourseName( ). To complete this method, you should first find the Lab1 class constant that contains the course name. You should then simply return the constant to complete the method; in other words, you should not duplicate string containing the course name in your method. Run the JUnit tester after you complete each method to check your work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
