Subject:
Computer ScienceAuthor:
jack44Created:
1 year agoAnswer:
ANSWER
The code has the following errors:
char variable m is assigned a String literal.
S in Switch is capital.
There should be no semicolon (;) after switch statement.
Expression of switch statement is a String literal "A".
C in Case is capital.
Semicolon (;) of case statements should be replaced with colon (:).
D in Default is capital.
Corrected Version:
Author:
kymani
Rate an answer:
1Answer:
5gg
Explanation:
ttttttttttttvvvyhdgyjfffbjjgffvn
Author:
aniano
Rate an answer:
4