I want to Create a C++ program to accept the details of 5 customers into this structure. Can anyone help? struct CustomerDetails{int Customer_id;char Customer_name[30];char Mobile_no[15];float Amount;}THanks