You are required to write a program that at its simplest allows a user to play a game against the computer. The game will involve assigning random values between 1 and 100 to an array of objects in such a way as the player cannot see the values. The player and the computer then will take turns selecting indexes until all values have been revealed. The highest score wins.
You are required to write a VB Windows program using Visual Studio 2013 to do the following:
Your program must also have the following features: