Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 11
Computer Science
Data Handling
Question 15
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
)
4.3
4.0 ✓
4
compilation error
Answer
Previous
Question 14
Next
Question 16