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?
Given two variables j = 6 and g = 3.3. If both normal division and floor division operators were used to …