static void Intro()
Method to show welcome art.
static void ShowMenu()
Method to show menu.
public static void Rules()
Method to show instruction of the game.
public void Print_1()
Method to show your cards(suits and meanings).
public void W()
Method to show your combination.
This program has a number of flaws and is based on the number of card matches (most combinations). Moreover, cards can be repeated, since 1 card array is used in which identical cards can be randomly generated.