Question: Find 3 errors in following code segment. Explain the errors and write down the corrected statements. public class Exam ( String ID; String name; Double
Find 3 errors in following code segment. Explain the errors and write down the corrected statements.

public class Exam ( String ID; String name; Double grade; public getName(String nn) return name; public String setID(double ID) ID=this.ID; public toString(){ return Students Info=Name+ID+Grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
