<%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> <%@ taglib uri="/WEB-INF/webwidgets.tld" prefix="ww" %> <%@ taglib uri="/WEB-INF/app.tld" prefix="app" %>
Straight Flush
 5s 6s 7s 8s 9s Five consecutive cards all of the same suit.
e.g. 5..9 of spades.
Four of a Kind
 5h 5c 5d 5s 2h Four cards of the same value
e.g. Four fives.
Full House
 5h 5c 5d 2h 2c Three of a kind and two of a kind.
e.g. three fives, and a pair of twos.
Flush
 2s 5s 6s js ks Five cards of the same suit, regardless of their value.
e.g. Five spades.
Straight
 5h 6c 7d 8s 9h Five consecutive cards, regardless of their suit.
e.g. 5..9
Three of a Kind
 5h 5c 5d 8h 2s Three cards of the same value
e.g. three fives.
Two Pairs
 5h 5c 2s 2d 8s Two pairs of cards, each card in a pair has the same value.
e.g. A pair of fives, and a pair of twos.
Pair
 5h 5c 7d js kh Two cards with the same value.
e.g. A pair of fives.
High Card
 5h 6c 7d js kh None of the above.