00:01
Hello students, to solve the problem statement as given, so initially first we will define the structure to represent the each reservation containing the necessary data field like the name, size, date, time, phone number, email, credit card details and the expiration date.
00:23
So all the we will define will represent all in a structure to the represent each of an representation.
00:31
So then we will read the data from the provided file and populate an array of the structure with the reservation.
00:39
So we will read each of the file with the name, size, month, time, phone, email address, credit card number and the expiration date.
00:48
Then we will write a function that prints out, we will write a function that prints out the information for one reservation.
00:57
So in the main, you can see here, in the main program, the prompts the users to enter the date in the form of the month, date and the year...