Page 1 of 1

Write a Java program that gives you the best possible hand. For instance, program takes input of 5 or 3 cards on deck (1

Posted: Sun Jul 03, 2022 9:59 am
by answerhappygod
Write a Java program that gives you the best possible hand. Forinstance, program takes input of 5 or 3 cards on deck (10 spade, 9spade, 8 spade), then it takes input of what you have (7 spade, 6spade), then it outputs the best possible hand like Flush. Alsoimplement Wild card if possible.