Question: Create a C# GUI application to help students remember important terms. The program can store definitions for up 20 terms. The program comes with 5

Create a C# GUI application to help students remember important terms. The program can store definitions for up 20 terms. The program comes with 5 definitions included. Users can enter a term to get a definition for that term. (case insensitive search) If the user enters a term that it doesn't have a definition for, then it will display "I don't know that term yet. What does it mean?" and prompt to enter the definition.

Create a C# GUI application to help students remember important terms. The

Flash Cards What term do you want me to define? variable Define A variable is a named memory location. Flash Cards What term do you want me to define? exception Define I don't know that term yet. What does it mean? Add FlashCard -_term: String - _definition: String + FlashCard(term: String, definition: String) + GetTerm() String + GetDefinition(): String

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!