Search:

Type: Posts; User: jekkler

Search: Search took 0.00 seconds.

  1. thank you very much for your help

    thank you very much for your help
  2. got it, thanks had a semi colon in wrong place,...

    got it, thanks had a semi colon in wrong place, thanks all for your help, appreciate it
  3. I had been palying around with it, and this is...

    I had been palying around with it, and this is what i have but it terminates no matter what i put in


    cin>>tiksold;
    if (tiksold<=0);
    {

    cout<<"Please enter a positive number"<<endl;...
  4. dude i have no idea what ur talking about, I jus...

    dude i have no idea what ur talking about, I jus need to pass this class man....

    ok, i need the program to terminate and the cout written under where tiksold is defined displayed if tiksold is...
  5. terminating the program if s certian input is recieved

    ok I want to display a msg and terminate the program if tiksold=0 or less, I dont think im writing this right

    // Marcus Molineaux csit 802 assignment 3 t th 645


    #include <iostream>
    #include...
  6. Replies
    8
    Views
    1,097

    Charity: ...

    Charity: "Good Intentions"
    Revenue generated from ticket sales: $ 250000.00
    Amount deducted for administrative overhead: $ 5000.00
    Amount deducted...
  7. Replies
    8
    Views
    1,097

    thanks, that answers the question, I had the < >...

    thanks, that answers the question, I had the < > backwards
  8. Replies
    8
    Views
    1,097

    I don't understand what your asking me....

    I don't understand what your asking me....
  9. Replies
    8
    Views
    1,097

    Where I'm trying to define bonusContribution it...

    Where I'm trying to define bonusContribution it always = 0 when the program runs, im not getting any errors tho... I need the bonusContribution to come out like I'm trying to write it, what am I...
  10. Replies
    8
    Views
    1,097

    need help assignment

    You can see what im trying to do, pls help me, Im having trouble with the if, else if on the bonusContribution, pls help


    #include <iostream>
    #include <string>
    #include <iomanip>
    using...
Results 1 to 10 of 11