logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Wyattt RyesEducation
(5/5)

901 Answers

Hire Me
expert
Bill BattershilllAccounting
(5/5)

527 Answers

Hire Me
expert
Trevor RamosEnglish
(5/5)

783 Answers

Hire Me
expert
Luke HilllTechnical writing
(5/5)

582 Answers

Hire Me
Python Programming
(5/5)

this project is to modify the Spellchecker program to improve user interaction.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Spellchecker Mods

The purpose of this project is to modify the Spellchecker program to improve user interaction. You

should add the following functionality to the existing program:

1. Create a user menu that provides users the following options when the program begins:

a. Spellcheck a word

b. Add a word to the dictionary

c. Output the dictionary

d. Write dictionary to file (i.e. after adding a new word)

e. Exit

2. When the user selects “Spellcheck a word”, the program should spellcheck the word, and then

ask the user whether they want to check another word.

Example interaction:

Enter a word: string

string is a valid word! Check another word? y/n: y

Enter a word: zoom

zoom is a valid word! Check another word? y/n: n

[ exit the loop and display the user menu ]

3. When the user selects “Add a word to the dictionary” the program should prompt the user for a

new word, and then add that word to the list in the correct position. You do NOT have to insert

the word into the text file for this step.

4. When the user selects “Output the dictionary” the program should print out all the words in the

list.

5. When the user selects “Write dictionary to file” the program should replace the contents of the

text file with the contents of the list.

6. When the user selects “Exit” the program should print “Goodbye!” and exit.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme