Assignment 10

You have been given an array -

String arr[] = {"Bert", "Fred", "Georgina", "Kerry", "Matt", "Susan"};

All of these people enjoy playing on their xbox but they only have one between them. Each day they argue about who gets to go first until one of them came up with an idea.

You are to write a algorithim which will re-order the array in a random order. Each call to the method should give a different response. Each person can only be in the array once.

 

 
Basics
Menu
Search