Answer: Question 7
Answer:

a) Identify which lines contain casting operations, and which data types are being changed for each.
03 (integer to string)
08 (string to integer)
11 (integer to string)
b) Explain why Line 10 on the pseudocode above needed string data to be cast into integer data
You cannot perform mathematical operations on strings
