Single Choice Not Set

QWhat will be the output after the following statements?
a = 45
b = 55
c = (a + b) / 2
print(c)

ID: #3819 Python Operator MCQ 226 views
Question Info
#3819Q ID
Not SetDifficulty
Python Operator MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A 45 b. c. d.
  • B 50.0
  • C 45.0
  • D 55.0
Correct Answer

Explanation

50.0

Share This Question

Challenge a friend or share with your study group.