CBSE · 083Class XII · 2024Section A1 mark
Question 03
2 April 2024 · Computer Science (083)
What will be the output of the following statement : print (16*5/4*2/5-8)
Answer
(c) 0.0
Explanation
The expression evaluates as: 16*5=80, 80/4=20.0, 20.0*2=40.0, 40.0/5=8.0, 8.0-8=0.0.