CBSE Class 11 Computer Science Question 30 of 173

Data Handling — Question 15

Back to all questions
15
Question

Question 15

What will the following code produce ?

a = 8.6
b = 2
print ( a//b )
  1. 4.3
  2. 4.0 ✓
  3. 4
  4. compilation error
Answer