Search:

Type: Posts; User: rgarcia351w

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    884

    #include using namespace std; int...

    #include <iostream>
    using namespace std;
    int main()
    {
    int day;
    day=1;
    double age, principle, begbal, rate, deposit, intDay=0, intTotal=0, endbal=0;

    cout<<"age: ";
    cin>>age;
  2. Replies
    3
    Views
    884

    using mod(%)

    i am having problems using mod. i am making a program that will automaticlly make a deposit every 30 days. i was told to use
    if(day%30==0) principle=principle+deposit.
    now on my output in the loop...
Results 1 to 2 of 2