Write a program for the game in Task 1(Blackjack).In your solution,1. You may encode cards as follows (using c# enums)2. You may use game play logic (algorithm)as given belowa. Deal players and the house two cardsb. Hide the houses first card if not Blackjackc. Display players and houses handsd. Deal additional cards to playerse. Reveal […]