Question: #include #include #include using namespace std; const int NAME _ SIZE = 0 ; const int NUM _ PLAYERS = 1 0 ; struct PlayerInfo
#include
#include
#include
using namespace std;
const int NAMESIZE ;
const int NUMPLAYERS;
struct PlayerInfo
char lastNameNAMESIZE;
char firstNameNAMESIZE;
int birthMonth;
int birthDay;
int birthYear;
;
function prototypes
void getDataPlayerInfo;
void makeCopyconst PlayerInfoPlayerInfo;
void showDataconst PlayerInfo;
void bubbleSortPlayerInfo;
void swappPlayerInfo & PlayerInfo &
int searchPlayer const PlayerInfochar;
void findPlayer PlayerInfo ; players;
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
