cutting it close
12 years ago
hi all, well to give you a brief update, i'm in danger of failing my C programming class. our project is to make a program that has the following criteria:
-client first name: all alphabetic .
-client last name: all alphabetic.
-client ID: exactly 9 digits. (member play card)
-client email address: in the format userid[at]whatever.com where ‘userid’ is the user ID and ‘whatever’ is a given domain name. (i.e. yahoo, google, …etc)
-client funds: amount of money available to play through the play card.
-client wager: amount of money a client would wage on a machine.
following this more detailed description:
Case 1: a client would register by entering first, last, ID (this will be generated automatically in phase II). These attributes must be validated accordingly. A client should not be allowed to register again if a record for this client exists already (matching, firs, last, and ID).
Case2: We assume for this environment that a client account is automatically linked to his bank account ,in this case, a client should not allowed to use the ATM machine if the client does not exist…the client must enter his ID to be allowed to add funds from his/her checking/saving account to the funds. (for phase I the client has unlimited funds!). Only 3 attempts at a correct ID is allowed.
-Case 3: allowed only if step 1 is completed. When a client chooses to play, the client is asked for his/her ID (3 attempts max for an incorrect ID wager. Only a wager less or equal to available funds is to be accepted. Then a game is played:
if there is anyone that knows C programming, or can refer me to a site/person that can help me, please let me know. I don't know how as of yet, but I will give rewards for helping me out, most likely a story about your character.
Thank you all for your time reading this and if so, your effort in trying to help me,
Matthew The Blaziken
-client first name: all alphabetic .
-client last name: all alphabetic.
-client ID: exactly 9 digits. (member play card)
-client email address: in the format userid[at]whatever.com where ‘userid’ is the user ID and ‘whatever’ is a given domain name. (i.e. yahoo, google, …etc)
-client funds: amount of money available to play through the play card.
-client wager: amount of money a client would wage on a machine.
following this more detailed description:
Case 1: a client would register by entering first, last, ID (this will be generated automatically in phase II). These attributes must be validated accordingly. A client should not be allowed to register again if a record for this client exists already (matching, firs, last, and ID).
Case2: We assume for this environment that a client account is automatically linked to his bank account ,in this case, a client should not allowed to use the ATM machine if the client does not exist…the client must enter his ID to be allowed to add funds from his/her checking/saving account to the funds. (for phase I the client has unlimited funds!). Only 3 attempts at a correct ID is allowed.
-Case 3: allowed only if step 1 is completed. When a client chooses to play, the client is asked for his/her ID (3 attempts max for an incorrect ID wager. Only a wager less or equal to available funds is to be accepted. Then a game is played:
if there is anyone that knows C programming, or can refer me to a site/person that can help me, please let me know. I don't know how as of yet, but I will give rewards for helping me out, most likely a story about your character.
Thank you all for your time reading this and if so, your effort in trying to help me,
Matthew The Blaziken
FA+
