Question: Stage 1 Define two arrays, one to store the player names and the other to store the player scores. Use of a 2 dimensional (
Stage
Define two arrays, one to store the player names and the other to store the player scores.
Use of a dimensional D array to store the player names, ie D player array rows columns
accounts for null player
Use of an integer array to store player scores, ieD integer array size
For example note the use of symbolic constants, ie #define MAXPLAYERS etc:
Define a D array of players to store the players' names. For example:
char playerarrayMAXPLAYERSSTRINGLENGTH
Define an array of integers to store the players' score information. For example:
int scorearrayMAXPLAYERS;
Define the data structure to hold the deck of cards Card deck MAXCARDS within the main function in file
assignyourEmailId.c
Call function playonegame declared in blackJack.h
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
