Programming (Year 12)
Operators
What is the output of the following code snippet: print(10 // 3)?
3
3.33
4
3.0
Next