Project Name: .BSC_fiveCardPokerWithStats( )
Description: User will execute a program to play a basic game of five card poker. Please test input with integers and non-integers!
Technical Highlights: Application of two dimensional ArrayList objects to store dynamically generated random data. Use of loops and conditional if statements to prevent drawings and storage of repeated objects. Use of @Override annotation to override ArrayList toString() method, and thereby replacing hashcode output with descriptive information.
Apologies, currently porting Java source code into this webpage in most data-utilization and cost effective manner. In the meantime, please view source code block or GitHub repository link below. Thank you for your patience!
Please copy and paste below code into an IDE of your choice! Please utilize an offline IDE. When using an online IDE, a host specific API may be required.
GitHub URL: https://github.com/BillySampleCode/BSC_fiveCardPokerWithStats