Write a C# GUI application named IS318_W5A1_<yourname>that meets the following requirements:
- Program must demonstrate the use of at least 3 String classmethods used for the purpose of string manipulation.
- Program must demonstrate the use of a disk file and streams tostore and load objects.
- Code must demonstrate the use of a stack or queue.
- Code must be well commented
- Code must follow good programming style and namingconventions.
- Be sure to test your code before submission. Code must buildand execute without runtime errors.
Expert Answer
Answer to Write a C# GUI application named IS318_W5A1_ that meets the following requirements: Program must demonstrate the use of …