Types
Make a:
- floating point number, assign to
a
- integer, assign to
b
- string, assign to
c
Show their types.
For each of a
, b
, c
, add them to themselves. Show the type of the result.
For each combination of a
, b
, c
, add them to the other. Show the type of the result, or explain the result.