Computer Science, asked by aryan8786, 5 months ago

What will be the value of b after the given code gets executed
a,b,c=40,45,65
b,a=c-a,b+a​

Answers

Answered by puneetdevman
1

Answer:

25

Explanation:

b=25

a=85

result=25,85

Similar questions