#3 A user of your program should be able to enter a month and get a list of all members whose memberships expire that month as well as the cost to renew their memberships. #13
3 A user of your program should be able to enter a month and get a list of all members whose memberships expire that month as well as the cost to renew their memberships.
a) Description: User can see an overview of all the expired members based off of the month that the user enters.
b) Task: Search function to search through the container, followed by an algorithm to calculate the cost of membership renewal.
c) Test: Search for members known to be expired.
d) Priority: 6
e) Estimation: 6
f) Done: User should be able to search by month, finding and outputting the expired members followed by the cost of their renewal.
3 A user of your program should be able to enter a month and get a list of all members whose memberships expire that month as well as the cost to renew their memberships.
a) Description: User can see an overview of all the expired members based off of the month that the user enters. b) Task: Search function to search through the container, followed by an algorithm to calculate the cost of membership renewal. c) Test: Search for members known to be expired. d) Priority: 6 e) Estimation: 6 f) Done: User should be able to search by month, finding and outputting the expired members followed by the cost of their renewal.