+ 2
Can someone please explain whatâs going on here?
3 Answers
+ 7
Here I have added comments which I think explain it all if you still don't understand anything tell me
https://code.sololearn.com/cynDOO0e1Y0N/?ref=app
+ 3
Hi. First you swap values, then print value of x, multiply it by 2 (x presented as string) and print x again. Loop is not needed in your program.
+ 2
thanks a lot, itâs clear now