Which among the following expression will return a random integer between 5 and 10 both inclusive?
2 points
5+(int)(Math.random()*6)
5+(int)(Math.random()*10)
5+Math.random()*10
Answers
Answered by
0
Answer:
the second one
Explanation:
Similar questions