Computer Science, asked by saxenaaarav300, 1 month ago

Q2. Write the output of the following commands :- 1. PRINT 32 = 32 2. PRINT 25 > 30 3. PRINT 15 < 40 4. PRINT 12 < 15 5. PRINT 15 = 16 6. PRINT 23 + 25 7. PRINT 50 - 40 8 PRINT 5 + 6 9. PRINT 60/6​

Answers

Answered by KesavanCSE
0

Answer:

1) true

2) false

3)True

4)True

5)false

6)48

7)10

8)11

9)10

Similar questions