Question: Identify the syntax errors in the following code. Select all that apply. Can you explain your answer. public static short jumpToYear (short... years, string Doctor)
| Identify the syntax errors in the following code. Select all that apply. Can you explain your answer. public static short jumpToYear (short... years, string Doctor) { short yearStart = years[0]; for (short i : years) if (i < yearStart) yearStart = i; return yearStart; } | |||||||||||||
| |||||||||||||
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
