Tell the student that they can create the following files for storing the contact and meeting/appointment details
Contacts.txt:This file stores the contact information.it can store information in the following format:
#<Name>
<Address>
<Phone>
<E-mail address>#
Schedule.txt: This file stores the details related to meetings or appointments.It can store information in the following format:
#<Date of meeting/appointment>
<Time>
<Location>
Duration>#
Comments
Leave a comment