Computer Science, asked by gajay7630, 9 months ago

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 hoangmustang
0

Answer:

the second one

Explanation:

Similar questions