4Assuming that the sorted list you created in the previous question is notempty, write C++ statements that
a.Display the last entry in the sorted list.
b.Add the sorted list’s first entry to the sorted list again.
```
a.std::cout << sortedWordListPtr->getEntry(numberOfWords)<
```
Computer Science & Information Technology
You might also like to view...
Inserting headings in long reports will make the reports too many pages, and should be avoided
Indicate whether the statement is true or false
Computer Science & Information Technology
What is the destination address in the frame when a node sends an ARP request to find the MAC address associated with a known IP address?
a. 255.255.255.255 b. The address of the local router interface c. The recipient's address d. FF:FF:FF:FF:FF:FF
Computer Science & Information Technology