954,498 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

help me in my project to be submitted january 9, 2006

SORRY I GOT IT WRONG!! THE YEAR I MEAN!! before i typed it year 2005 and im sorry for that!!
and now i correct it!!

i tried to solve this problem!!
and have a problem in sorting and searching!!

hope you can guide me with this problem!!!
thanks a lot people!!

please!! help me to solve my problem in programming!! this is the problem:
USING C++
*array of class, use struct
*create a dynamic array of customers account record with the following attributes:
a) account number
b)last name
c)firstname
d)middle initial
e)account balance
f)status(o-open/ c-close)

it will perform the following transactions:
NEW ACCOUNT
* Account Number is generated randomly & must be unique!!!
* last, first name, MI & Acct balance should be the users input. balance should not be less than 5000.00
* status is open(O) if balance is above 100.00 otherwise status is closed(C).

DEPOSIT
* last, first, MI, Acct bal, status are displayed if account num is found otherwise display an appropriate message.
*amount of deposit is an input & should not be less than 1.00 deposit should be added to the current balance.

WITHDRAW
* Account number is a input.
* last, fist, MI, Acct bal, status are displayed if account num is found otherwise display an appropriate message.
* Amount withdrawn is an input & should not be less than 1.00. Withdrawn amount should be reflected to the balance.

INQUIRY BY ACCOUNT NUMBER
* account num is an input. if found display customers information else display the corresponding message.

INQUIRY BY LAST NAME
* inquire the bank account of the customer using last name!!(it will display the information of the customer!!)
Note: Result should be in ascending order using Firstname as a key.

SHOW ALL
* show the customers info!!
Note: Result should be in ascending order using Firstname as a key.


i need your help a lot!!

desiree
Newbie Poster
4 posts since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

Starting a new thread with the correct date is not going to help you get anyone to do your homework for you. Nobody is going to symaphize with someone who makes NO effort to do it yourself.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You