Write a program that adds and removes customer structures


Problem

Consider the following structure declaration:

struct customer {
char fullname [35];
double payment;
};

Write a program that adds and removes customer structures from a stack, represented by a Stack class declaration. Each time a customer is removed, his or her payment should be added to a running total, and the running total should be reported.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that adds and removes customer structures
Reference No:- TGS02639262

Expected delivery within 24 Hours