Poker Hand Validator Program accepts list of inputs of valid cards , eg, List("AC","10C","QC","JC","KC") Program will output if the hand is valid/if the hand is invalid. eg. Royal Flush For valid list inputs/ possible invalid outputs, see the Spec