You are to design a program that reads a text file having words in it. you program
should build a doubly linked list of all words read from the named file. if the word already exists in the list, increase the frequency for that word and otherwise insert
the new word in the list. your program then should display a menu with the following options:
السؤال
Mari Carmen
ممكن مساعده باول 3 مطاليب وعمل text file
You are to design a program that reads a text file having words in it. you program
should build a doubly linked list of all words read from the named file. if the word already exists in the list, increase the frequency for that word and otherwise insert
the new word in the list. your program then should display a menu with the following options:
Add a word from the keyboard.
search for a word.
delete a word
display the entire list.
save the list to a file.
exit program.
3 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.