Programming (Year 12)
Arithmetic Operations
What is the output of the following code: print(5 / 2)?
2.5
2
2.0
Error
Next