java
I want a number between 0 and 1 that doesn’t go over thehundredth’s decimal place. I tried to use Math.random() but Iwasn’t able to round it. Any ideas on how I can do it?
So 0.5672452452345 will be 0.57.
Expert Answer
An answer will be send to you shortly. . . . .