This document contains a Java program that evaluates a player's hand of five numeric cards (2-9) using various poker hand ranking rules. It prompts the user for input, sorts the cards using bubble sort, and determines the type of hand (like full house, straight, or pair). The program includes multiple helper methods to check for specific hand types based on the card values.