I need help me wid my final assignment..pleezzz

can anybody help me wid my final assignment,, I have to submit it in two weeks, please need some help..



QUESTION
a)Write a program that allows the user to make some simple banking transactions.
The program should first prompt the user to enter the current balance of his/her
bank account (in dollars and cents, not less than zero). The program should then
prompt the user to enter the number of withdrawals to make, and then the
number of deposits to make. For this assignment, set a maximum of 10 deposits and 10 withdrawals.
Using a loop, the program should then prompt the user to enter the amount of the
first deposit (a) positive amount to add to the bank account balance), the amount of the second deposit, the third, & etc., until the number of deposits have been processed.
Using a second loop, the program should then prompt the user to enter the
amount of the first withdrawal (a) positive amount to subtract from the bank
account balance, if possible), the amount of the second withdrawal, the third,
etc.until the number of withdrawals have been processed. Once all deposits and
withdrawals have been made, the program s
hold output the ending balance.


b) Design a flowchart to show the flow of the application.
Design a pseudocode for the program and IDENTIFY what are the differences between these two approaches.
it's your homework, so post the code you have so far and please use code tags "<>"
Topic archived. No new replies allowed.