sorry i put the wrong code up there, heres the right code. struct creditcard { int cc_number; int auth_number; double amt_charge; };...
Heres what i need to do!! A. Create a structure, called creditcard that contains three members: credit_card_number (integer data type),...
Separate names with a comma.