A. Introduction

***About the code***

The code the group wrote in MATLAB, allows a user to play blackjack. In order to program the game the code relies heavily on loops. If-else loops are needed for a large portion of the game and also while loops are used for the dealer (cpu) to check for hitting or standing instructions. If-else loops are needed for the user when they decide to hit or stay. There is also the use of the simple game engine which allows graphics to present for the game.