0
The highest and minimum possible values
Please whatâs the highest possible value produce here? Math.floor(Math.random() *101)
4 Answers
+ 5
DESMOND YEBOAH ,
what programing language are you talking about?
+ 2
Javascript
+ 1
How please?
0
Is it because of this formula
Math.floor(Math.random() * (high-low+1))+low ?