Create a War Game GUI C# program in which a standard deck ofplaying cards is divided between two players. Each player exposes acard; the player whose card has the higher value wins possession ofboth exposed cards. Create a computerized game of War namedWarCardGame in which a standard 52- card deck israndomly divided between two players, one of which is the computer.Reveal one card from the computer and one card from the player at atime. Award two points for the the player whose card has the highervalue. (For this game the king is the highest card, followed by thequeen and jack,
OR
OR