Identify at least 5 errors in the following code see next pa
Identify at least 5 errors in the following code (see next page) and the fix for it (Suggested time spent
Solution
Error 1 - class \"ErrorsQuestion\" is not closed (i.e } )
Error 2 - public GetSpecialMilk is not a proper method declaration/definition ( no parameter list)
Error 3- EndSong() method should return a string mandatorily as it mentioned in return type
Error 4 - GetSpecialMilk method should have String return type
Error 5- \"5<i<7\" is invalid boolean expression
Error 6 - System.out.println(GetSpecialMilk) is not valid as that variable is not a string
