Computer Science, asked by ElegantMermaid, 11 hours ago

Write instructions to the interactive mode for the following:
(a) To display sum of 3, 8.0, 6*12
(b) To print sum of 16, 5.0, 44.0


Please answer as fast as possible...
DON'T SPAM❌❌

Answers

Answered by madhavkrishana11
0

To print sum of 16,5.0,44.0

Answered by rajani090905
0

Answer:

(a)→ 3+8.0+6*12

(b)→ print(16+5.0+44.0)

Similar questions