Given two variables j = 6 and g = 3.3. If both normal division and floor division operators were used to divide j by g, what would be the data type of the value obtained from the operations?
A. int, int
B. float, float
C. float, int
D. int, float
The data type of the value obtained from the operations will be float, float [Option B].
Join Us on Telegram for Future Updates.