Can I get the number after the comma and put into a variable, and only two before the comma and put into another variable on Android?
I'm trying to do something like that...
I have the number 12,3456789 I want to get "12" and put into a variable A. Then I want to get "34" and put into a variable B, there is a way to do that?