Thread: Need Advice on what would be the next step

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    2

    Need Advice on what would be the next step

    I am trying to write a program that outputs the account number, account type, minimum balance, interest gained or finace charge, and then updating the account balance.
    I have done all the formulas and what i am stuck on is that when i run it it shows me the interest gained and finace charge

    I want to program my code to ouput the updated balance, with interest or fees calculated. and a written statement to appear telling the user what transaction occurred.

    do you use the or in the formula??

    I need a suggestion on what to use or something

    would cin.get(); be used
    Last edited by yajairaholmes; 04-30-2005 at 12:42 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Erm, there is no code there, and there is no program output either.
    All there is is what you got when you pressed "build project".
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. recursion
    By paulmedic555 in forum C Programming
    Replies: 26
    Last Post: 01-28-2005, 12:43 AM
  2. girl friend advice (prob. the wrong place)
    By B0bDole in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 10-22-2004, 06:38 PM
  3. robot step sizes
    By n00by in forum C Programming
    Replies: 2
    Last Post: 04-29-2004, 03:29 PM
  4. step by step debug != run debug
    By bonkey in forum Windows Programming
    Replies: 8
    Last Post: 09-09-2002, 12:55 PM
  5. this sites Compiler Resources Specs.
    By Powerfull Army in forum C++ Programming
    Replies: 9
    Last Post: 07-08-2002, 06:12 PM