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.

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
Get step-by-step solutions from verified subject matter experts
