Computer Science, asked by amishatigga3265, 8 months ago

a. What will be the output produced by the following code-
A, B, C, D=9.2, 2.0, 4, 21
print(A/4)
print(A//4)
print(B**C)
print(A%C)​

Answers

Answered by jonathanbap
6

Answer:

2 one

Explanation:

☀☀☀☀

Similar questions