C++ Please comment how your code works.
LAB ASSIGNMENT
Task 1:
HardCode a C Hash Table that Will Accept a Key as String and Mapto String Value.

Create Methods to Insert:
insert(key, value)
insert(“First”, “Last”)
Findvalue(“First”) ? Method will return value
Delete(“First”) ? Method will delete key and value
First Name “Jane” “John” “Susan” Last Name “Smith” “Do” “Collins” “Rodgers” “Jones “Wright” “Bader” AD Eric” Mike” Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .