Search:

Type: Posts; User: vaio256

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    879

    need help with 10% penalty for program

    #include <iostream.h>

    int Acct = 0;
    double BegBal;
    double totchar;
    double totcred;
    double credlim;
    double newcredit;
  2. Replies
    4
    Views
    9,836

    heres the code so far

    // Fig. 2.9: fig02_09.cpp
    // Class average program with sentinel-controlled repetition.
    #include <iostream>

    using std::cout;
    using std::cin;
    using std::endl;
    using std::ios;

    #include...
  3. Replies
    4
    Views
    9,836

    hi need help with credit limit program

    Develop a C++ program that will determine if a department store customer has exceeded the credit limit on a charge account. These info are available for each cutomrer…
    a. Account number(integer)...
Results 1 to 3 of 3