How do i print struct that stored in a stack ?
struct Staff{ string name; int staffNo; string fac; int age; }; class Sta