Search:

Type: Posts; User: cantcoderight

Search: Search took 0.00 seconds.

  1. This is just a most basic program, the way it is...

    This is just a most basic program, the way it is described, the amountPaid will always be higher than the amountDue. Since I can't seem to get an int variable to use decimal places even with:
    fixed...
  2. Missing something, works fine until the end

    #include<iostream>
    #include<string>
    #include<iomanip>
    usingnamespace std;
    int main()
    {
    //declare variables
    int dollars = 0;
    int quarters = 0;
    int dimes = 0;
  3. Replies
    6
    Views
    2,375

    They would seem out of place converting strings...

    They would seem out of place converting strings to integers and doubles, especially in this, but it is what is required for this particular exercise.

    This is just the psuedocode for what is...
  4. Replies
    6
    Views
    2,375

    I kinda figured it was all over the place. The...

    I kinda figured it was all over the place. The first class I took for this was so basic and elemtary that it ended barely covering a quarter of what I'm expected to here. I'm obviously lost in this...
  5. Replies
    6
    Views
    2,375

    I'm missing something, apparenlty...

    #include <iostream>
    #include <string>
    using namespace std;
    string getInput(string);
    void start(string);
    void getName(string);
    void getAge(int);
    void getMileage(double);
    //declare variables...
Results 1 to 5 of 5