16. What will be the result given by the following ?

a) type(6+3) : int

b) type(6-3) : int

c: type(6*3) : int

d) type(6/3) : float

e) type(6//3) : int

f) type(6%3) : int