Posts by Pluto Thayph • 1 point
1 post
-
-2
votes1
answer88
viewsQ: Why does a variable passed to function not keep the changed value when it exits the function?
I want the variables latitude and longitude to be updated, but only the variables lon and lat are being changed. I cannot add latitude = latitude - 1 or longitude= longitude + 1.…