Bank account c++

J

j2dab

Hi,
trying to construct a program in c++ which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

Thanks,

j2dab
 
M

mlimber

j2dab said:
Hi,
trying to construct a program in c++ which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

Yes, we can help, but we will not do your homework (or phishing?) for
you (cf.
http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.2). Post
the code you have written and ask specific questions, bearing in mind
the code-posting guidelines outlined in this FAQ:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.8

Finally, be careful to ask topical questions. Topicality is defined
here:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Cheers! --M
 
P

Phlip

j2dab said:
trying to construct a program in c++ which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

The FAQ covers this question:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.2
"How do I get other people to do my homework problem for me?"

Always google the FAQ before posting.
 
R

rossum

j2dab said:
Hi,
trying to construct a program in c++ which needs to

1.display a customer's balance info
2.Update a customers balance with a payment
3.Print a list of all customer id's with a balance over 3,000

I have already done the login page with password

Can anyone help?

Thanks,

j2dab

You say you have written the login page. Have you tested it? If not
then do so. Have you got a friend to test it for you as well? If not
then do so - your friend will think of ways to break it that you
haven't thought of.

When, and only when, the login page is working properly then write
something to display a customer's balance info. Stop and test that.
Only proceed when it is working.

Then add code to update a customer's balance with a payment. Stop,
test. Only proceed when it is working.

Finally add code to print the list of customer IDs with a balance over
3,000. Test.

Congratulations, you have done your homework, and learned something as
well.

If you get completely stuck then post your code here and we will help
you. No code, no help.

rossum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,966
Members
47,514
Latest member
AdeleGelle

Latest Threads

Top