• Write a function that send an array of keyboard characters. The array should be between size 1-10, no double chars.
• It send the array to a different given function (we don’t see that since this function is in DLL), but we get output “right” if the chars are what the function expect.
• In order to implement it, we get a full array of ‘Key’s of keyboard and Random function.
Answer: don’t know what they intended – but he asked me eventually to use Random for getting the chars, and also getting the array size. The reason – statistically we will get this group of chars faster.
In order not to duplicate chars – we need to use .Net function for array.Contain.