I need to turn numbers in decimals like so
10 = 0.10
43 = 0.43
how would I do that?
I need to turn numbers in decimals like so
10 = 0.10
43 = 0.43
how would I do that?
Basic division.
10 / 100 = 0.1
43 / 100 = 0.43
ah
never thought of that… well thanks now I look stupid
No problem. If you have any more questions, feel free to ask.
Also don’t worry, everyone makes mistakes.