Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

my homework someone please ill paypal $10

Status
Not open for further replies.
Initiate Mage
Joined
Sep 25, 2017
Messages
1
Reaction score
0

Introduction to C++ Programming
Homework Assignment 1

Scenario: John Lee wants a program that allows him to enter the following three pieces of information. His savings account balance at the beginning of the month, the amount of money he deposited during the month, and the amount of money he with drew during the month. He wants the program to display his balance at the end of the month.

Requirements:


  1. Complete an IPO chart for this problem, using pseudo code or flowchart in the Processing column. Also complete a desk-check table for your algorithm.


  1. Use the following information for the first desk-check:

Saving account balance at the beginning of the month: 2000
Money deposited during the month: 775
Money withdrawn during the month: 1200


  1. Using the following information for the second desk-check:

Saving account balance at the beginning of the month: 500
Money deposited during the month: 100
Money withdrawn during the month: 610


Create an algorithm
Create an IPO chart
Create pseudo Code
Create desk check

Do Not Turn in C++ code or a .cpp for this assignment.

Next Class you will code the project.
Turn in the following in a document (word, notepad etc)


algorithm
IPO chart
pseudo Code
desk check



its due on tuesday morning so if someone replies by tonight or tomorrow night id be thrilled
 
bleh....
Member
Joined
Oct 15, 2008
Messages
2,898
Reaction score
1,129
This is one of my friends from another site, so if someone could help her out, it'd be great. Thanks guys.
 
Joined
Jun 8, 2007
Messages
1,985
Reaction score
490
Paying someone to do this for you will just make future assignments harder for you. Please make an attempt to do the assignment, and you can post what you've done here and we'll review it and give advice, for free, to aid you in becoming a better programmer.
 
Initiate Mage
Joined
Sep 2, 2017
Messages
15
Reaction score
1
Algorithm :
1. Ask user for input for initialBalance, depositAmt, withdrawalAmt
2. Process the input, to calculate the finalBalance
3. Output finalBalance

you should always start with the algorithm of the program.
once you have the algorithm, you should be able to work the others out.

i dont know what ipo and desk check is but based on google seems like ipo is just some categorizing, while desk-check is a manual way of checking the logic of the algorithm
 
Joined
May 23, 2008
Messages
1,071
Reaction score
574
Heya ninjaanikita, welcome to Ragezone.

Unfortunately, dropping problems off on this Coders' Paradise section isn't allowed, nor is buying coding expertise. In this section. It's allowed in the Merchant Buy forum section, though. Feel free to read the stickied posts (rules and guidelines) and then create an appropriate thread there.

Or if you'd like to discuss or ask for help with something specific about your assignment, feel free to re-read the stickied forum threads here describing this section's rules, and then make a new thread here.

If anyone would like to help ninjaanikita, feel free to send them a private message. Best of luck. Closing this thread.
 
Last edited:
Status
Not open for further replies.
Back
Top