working with numbers
in
Programming Questions
•
2 years ago
For example i have:
1697
how can i find out what number is on the position of the 9?
--
and why is this:
println(0653);
427 and not 653 (i know it's because of the 0 but it doesnt make sense to me.
1697
how can i find out what number is on the position of the 9?
--
and why is this:
println(0653);
427 and not 653 (i know it's because of the 0 but it doesnt make sense to me.
1
