//read from file in 5 #include class person { protected: char name[40]; int age; public: void showdata(void) { cout<<"\nName: "<