Find the output
a=15
b=5
C=0
c=int(a/b)
b=c
a=b+c
b=a+C
print b
A 5
B 9
со
D
None of these
Answers
Answered by
0
Answer:
D
Explanation:
D none of these
is the answer
Similar questions