Computer Science, asked by negiaman3008, 7 hours ago

P=5/2
q=p*4
r=p+q
P+=p+q+r
q=p+q*r
Print (p,q,r

Answers

Answered by rupashreesahoo50
1

Answer:

27.5 , 152.5 , 12.5

Explanation:

#p=2.5

#q=10

#r=12.5

#p=p+p+q+r=2.5+2.5+10+12.5=27.5

#q=27.5+10*12.5=152.5

output

27.5 , 152.5 , 12.5

Similar questions