Question: 3. Design a Java interface called Faculty that includes one method: void CalcLGrade (int il). Design and implement a class called CSFaculty that implements
3. Design a Java interface called Faculty that includes one method: void CalcLGrade (int il). Design and implement a class called CSFaculty that implements the Faculty interface. The method CalcL Grade takes one integer number/variable and calculates its corresponding LetterGrade: il >= 90, 80
Step by Step Solution
There are 3 Steps involved in it
public interface Faculty void CalcLGrade int il public class CSF... View full answer
Get step-by-step solutions from verified subject matter experts
