Hi everybody! I have an assignment due for Monday and I really can't get it (I'm just a beginner, so please don't mock) Um, well, you've all played the game MasterMind, right? With the hidden color scheme and the other person has to guess, and you tell them how many colors they've got right and how many positions they've got right? Right? Well, for this assignment, I have to write a program that generates three hidden random colors from a set of four colors (red, blue, green, yellow) at run-time and then allows the user enter three guesses in three text boxes. The form then displays how many colors they have right and how many positions they have right. Any suggestions?