Shuffle Array using Random Class
We can iterate through the array elements in a for loop. Then, we use the Random class to generate a random index number. Then swap the current index element with the randomly generated index element. At the end of the for loop, we will have a randomly shuffled array.
Shathana. S.R. Answered question May 29, 2023
				