find the output of the following code p=10 q=20 p*=q/3 q+=p+q*2
Answers
Answered by
2
Answer:
idk.....................
Answered by
1
The output would be nothing since there is nothing to print only. In other words, there is no print statement in the above code. So I can’t know what am I supposed to print. In this case, the answer would be blank
Similar questions