Gym Membership Calculator Project - C# Programming at University
VerifiedAdded on 2020/05/28
|6
|638
|45
Project
AI Summary
This document presents a C# project implementing a Gym Membership Calculator. The project calculates membership fees based on the number of weeks, incorporating discounts and handling various scenarios. The program utilizes object-oriented programming principles, creating objects for each member and storing their data. Input validation ensures data accuracy, while error handling manages incorrect entries. The calculator's functionality includes calculating costs, applying discounts, and displaying the results in a tabular format. The program also determines the maximum and minimum spenders. The document includes test cases to validate the program's functionality across various scenarios, including different week values, discount statuses, and edge cases. The program is tested for the correct execution and the screenshots are provided to demonstrate the proper execution of the test cases. The bibliography includes resources used in the development of the project.
1 out of 6