(
1.
What will be the output of the following programs:
INPUT X,Y Z=X/Y R=X+Y PRINT Z,R
Answers
Answered by
0
Answer:
print z,r = 1.5, 5
Explanation:
You can take as following.
x = 3
y = 2
z = x/y
r = x+ y
Similar questions