For the third question in the second assignment, the output has an extra character ‘S’ printed.
This indicates that the switch case with the value ’9′ was run. But there is no apparent code that puts 9 to the value of ‘c’.
Please guide me through the explanation. Here is the code.
Thanks.