Strange output
I know this question is not programming related. But I found a strange issue and don't know where it comes from. I run this code: https://code.sololearn.com/cfQL7xwd5Va3/?ref=app output: 3 5 7 8 2 1 (between the numbers is a white space) my output using the app: 3 57821 (only one white space between 3 and 5) Using the code playground on the website I see what I should see. Do I have troubles with my Smartphone? (Samsung Galaxy S3 i9300, android: 4.3) Or do I have troubles with the app? Is my smartphone to old for using the app? Or has it to do with the code and my smartphone? My question now is whether that can happen to me with my own codes (Java) as well. Since I am still in the learning phase, it would be quite possible that I think my code is wrong, but the problem is quite another. Would be glad about advice. Thank you