Welcome to fname's Homework 2

a. An int + double results in a double because an int can be a double, but a double cannot be an int.

b. It will read the value in the string first, if it is something that can be converted into a int, then it will do so.

c. again, same concept for answer b, only that instead of turning int, it will be a double.