Computer Science, asked by deviseema413, 3 months ago

(
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 ramapadhye
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