+ 2
Use of Random access in java
say you have an array of given element and you want to have a code that chooses an element randomly hw do we do this
1 Answer
+ 2
use Random class
say you have an array of given element and you want to have a code that chooses an element randomly hw do we do this