I have a simple string:
46.85543 124.4453 217.5
There are three numbers here. They are separated by a space. I want to make the three numbers into variables. The first is Latitude, the second is longitude, and the third is temperature (in Kelvin) how do I split this into three variables?
46.85543 124.4453 217.5
There are three numbers here. They are separated by a space. I want to make the three numbers into variables. The first is Latitude, the second is longitude, and the third is temperature (in Kelvin) how do I split this into three variables?