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.

Find 3 errors in following code segment. Explain the errors and write

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!