Dear All
I would be very happy if you could help me!
I need to create a main() program which is be able to;
* reads in a list of words and their associated meanings from the
given test file(file.txt)(This file contains 10 lines)
* provide an interactive menu interface to find a ‘word’ and display
the meaning(s) of the searched ‘word’ if it exists. Make sure you
include all appropriate input data validation at the menu interface
and provide suitable messages for a successful or unsuccessful
search.
I need a scratch main program to get the idea of how to create a main driver function.
regards
Juniper