I'm coding a program and need to find out how to assing 1.5 percent to a constant.
I know the following but I guess I'm getting confused on how to write 1.5 precent so if
1%(0.??) 1.5%(?.??)
10% (0.10)
25% (0.25)
90% (0.90)

how do I write it???