Question: i need solution using c++ and include int main so the code work in the compiler Instructions: - Read the question carefully before attempting -

i need solution using c++ and include int main so the code work in the compiler i need solution using c++ and include int main so the code

Instructions: - Read the question carefully before attempting - Take a professional approach to your programming assignments. Name your variables and functions properly and write neat code with proper indentation. - You need to submit the assignment well before the time given. Late assignments WILL NOT BE accepted. - You will need to submit the assignment on Moodle at the provided link. Remember to upload only .epp files. Each of your files should be named as under: QuestionNo_AssignmentNo_StudentID.cpp For example, for question 1, assignment 1 and student ID is 201310384 , the file will be named as: Q01_A01_201310384.cpp - Please note that AU has a very strict and enforced plagiarism policy. All copied assignment or sharing full/partial assignment solutions will result in zero credit to all involved, and would be notified for the concerned authorities. 1) Implement an ordered linked list in Descending Order, OrderedAirlineTicket class using templates, which contains data for the Airline_Ticket (Person_FullName, Passport_No, Destination_Country, Departure_Date, Returning_Date, age, Gender, Mobile_Contact), and the data is sorted in the list as per the Passport_No. The class should have the following functionalities: (20 Points) (a) Initialize the list (b) Determine whether the list is full (c) Determine whether the list is empty (d) Print the list (e) Find the size of the list (f) Search the person in the list using Passport_No (g) Search the person in the list using age (h) Destroy the list (i) Retrieve the info contained in the first node (j) Retrieve the info contained in the last node (k) Insert the new node (i) Delete an item from the list using Passport_No (m)Make a copy of the linked list (n) Using assignment operator (=) to assign a list into another (o) Using assignment operator (==) to determine if two linked list are equal or not

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!