Write a Java program that gives you the best possible hand. For instance, program takes input of 5 or 3 cards on deck (1
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a Java program that gives you the best possible hand. For instance, program takes input of 5 or 3 cards on deck (1
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.