Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want it use linked list function c++ language please and file for header and another one for main source Create a class C Luks

I want it use linked list function c++ language please and file for header and another one for main source image text in transcribed
Create a class "C Luks List' using the "main', function shown below. The program should be able to count duplicates in a singly linked list of structure int StudentiD string StudentName double cgpa). You are required to program an addNiode method, that adds nodes shown in the main method to the linked list. Furthermore, a countDuplicates0) function should be able to tell how many entries are duplicated for the students. You are free to use struct or class for Students. int main CLinkedluist listQbj listobiaddNode(101,"Student 1",. 3.0); listobiaddNode(102, "Student 2",. 3.1) listQbi addNode 101, "Student 1". 4.0) listobiaddNode(104, "Student 4". 4.2); listobi addNode(105, "Student 5". 4.5) listQbi addNode(106, "Student 6", 4.5) listQbiaddNode 102, "Student 2". 4.5); listObi addNode(101, "Student 1", 3.5); listobi showDuplicates0. system( pause"); return 0 )eturn o. Below is the output: Nanme Student l cgpa cgpa: 3,1 copa : 4,2 copa : 4,5 cgpa : 4.5 ount: 3 ount 1022Name : student 2 Name : Student4 Name Student 5 Name : Student 6 1O : 104 ount : 1 D 105 ount 1 D 106 ount : 1 ress any key to continue

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linked Data A Geographic Perspective

Authors: Glen Hart, Catherine Dolbear

1st Edition

1000218910, 9781000218916

Students also viewed these Databases questions

Question

Why is depreciation not recorded in governmental- type funds?

Answered: 1 week ago