Assume that we execute the following assignment statements:
width = 17 height = 12.0 delimiter = '.'
For each of the following expressions, write the value of the expression and the type (of the value of the expression).
- width/2
- width/2.0
- height/3
- 1 + 2 * 5
- delimiter * 5