#include"ResManaSys.h" intmain(intargc,char*argv[]) { Restaurantrestaurant; restaurant.Serve(); return0; }