Page 1 of 1

Create a C# application that allows user to create new membership and to display the summary of memberships in the syste

Posted: Thu May 05, 2022 1:10 pm
by answerhappygod
Create A C Application That Allows User To Create New Membership And To Display The Summary Of Memberships In The Syste 1
Create A C Application That Allows User To Create New Membership And To Display The Summary Of Memberships In The Syste 1 (37.67 KiB) Viewed 24 times
Create a C# application that allows user to create new membership and to display the summary of memberships in the system. The standard charges of membership are shown below: Rate Length of Membership From 1 months to 5 months From 6 months to 11 months More than 12 months $30.0 per month $27.5 per month $25.0 per month Special Requirements The application should ask the user to enter the customer's name, the number of months for membership, and yes or no to indicate whether the customer receives a special offer or not. The special offer will give customers a 15% discount of the membership no matter how many months they register. Assume that the number of months to be entered is an integer type with the range between 1 and 60. An error message should be issued if a user enters a value beyond this range and the re-entering is required. The program will show a menu for user to choose an option, and please put your name as the logged in user at the top of the menu. See the figure below: