Question: a) write a c++ program that allow a user ti add and recall information about patients in need of an organ transplant. The program should
a) write a c++ program that allow a user ti add and recall information about patients in need of an organ transplant. The program should support up to 100 patient maximum. It should be 'patient' struct and enums fo the attributes (bloodtype and organ).
this is the sample of output.
b) the function should be extend with an additional menu option. 
c ) now the part a and b should be modified such that whenit is run with reference to apreviouly saved patient file, the file ( in part b) will be automatically loaded into the array of struct. it should use the command line argument for this purpose.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
