Search:

Type: Posts; User: xMEGANx

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    5,962

    It isn't passing the majority of the tests in the...

    It isn't passing the majority of the tests in the exam file - I know the problems are stemming from my attach and remove_current functions - I have just kind of hit brick wall.
  2. Replies
    6
    Views
    5,962

    It is pretty obvious that I have put a lot of...

    It is pretty obvious that I have put a lot of effort into writing this program - I am not asking anyone to do my assignment for me - I'm looking for a solution about why my program is not working...
  3. Replies
    6
    Views
    5,962

    Immediate programming help! Please!

    I have a program due in a few hours - and I just can't get this right!

    Here is my implementation file:



    #include <iostream>
    #include <cassert> // Provides assert function
    #include...
  4. Replies
    2
    Views
    7,570

    basically my three operators are the issues -...

    basically my three operators are the issues - help?


    and I'm also having troubles compiling it. When I brought this EXACT program to my professor he was able to compile it with 0 errors now I'm...
  5. Replies
    2
    Views
    7,570

    Help with programming assignment, please!

    OK so here is what I'm working with:

    Header file:



    // Provided by: Megan Kalscheuer
    // Email Address: [email protected]
    // FILE: stats.h
    // CLASS PROVIDED: statistician
  6. Replies
    1
    Views
    1,034

    So Lost! Please Help!!

    My code is supposed to output:
    Enter account balance:
    Enter account interest rate:
    Enter the number of months until maturity
    (must be 12 or fewer months):
    When your CD matures in _ months,
    it...
  7. Replies
    11
    Views
    2,106

    I'll have to google that one :-p

    I'll have to google that one :-p
  8. Replies
    11
    Views
    2,106

    Do you mean like declare length = to a specific...

    Do you mean like declare length = to a specific number?
  9. Replies
    11
    Views
    2,106

    Insertion sort... Please help!

    So for an assignment I'm supposed to have my insertion sort program take numbers from a file (in this case infile.txt) and sort them using insertion sort then output the array.

    This is what I...
  10. Replies
    1
    Views
    3,617

    how to get the min & max of a file

    Quick question, so I need to get the min and max of a file. The numbers in the file are:
    3
    5
    8
    4

    and this is my code:
  11. Replies
    5
    Views
    780

    and i just added the using namespace std; in my...

    and i just added the using namespace std; in my time function
  12. Replies
    5
    Views
    780

    Question using functions...

    So here is my problem... I need to turn 24 hour notation into 12 hour notation, for example 14 34 into 2 34, but when my function runs I am just getting out exactly what I put in...

    Here is my...
  13. Replies
    11
    Views
    1,565

    With that, now I'm just getting 0.990 for every...

    With that, now I'm just getting 0.990 for every year...
  14. Replies
    11
    Views
    1,565

    Yeah... I don't know, the equasion that my...

    Yeah... I don't know, the equasion that my professor gave us was:

    P_2 = k*p_1 - k*(p_1)^2

    Where p_1= the initial population (.45)
    and p_2= teh following population

    Sooo I don't know
  15. Replies
    11
    Views
    1,565

    UPDATE: #include #include...

    UPDATE:



    #include <iostream>
    #include <cmath>
    using namespace std;

    int main()
    {
  16. Replies
    11
    Views
    1,565

    OK so now I got it to compile and run, but it is...

    OK so now I got it to compile and run, but it is just crazily adding up the years and giving me a value of 0.000 for the population...

    My code looks like this...



    #include <iostream>...
  17. Replies
    11
    Views
    1,565

    Homework... help!

    I'm writing a program for my intro to comp science class, here is the problem:

    Write a program that the initial population =.45 (in thousands) k = 4 and you calculate the population over 10,000...
  18. Replies
    2
    Views
    1,056

    Logic errors...

    Here is a copy of my program:



    #include <iostream>

    using namespace std;
    int main()

    {
  19. Replies
    19
    Views
    3,612

    I'm sorry! I guess I should have posted what I...

    I'm sorry! I guess I should have posted what I have finished. Here is what I have done so far:



    #include <iostream>

    using namespace std;
    int main()

    {
  20. Replies
    19
    Views
    3,612

    Anyone interested in helping me out again??

    In my intro to computer science course I have to write the following programs:

    Problem #1:

    You have secured a mortgage for a house that costs $240,000. The down payment is $40,000.

    1)...
  21. I did it! Thank you so much everyone for your...

    I did it! Thank you so much everyone for your help!
  22. Basically, what I want to know is, how do I get...

    Basically, what I want to know is, how do I get it to just keep asking the above question?
  23. so how would I get it to terminate?

    so how would I get it to terminate?
  24. how to I access it in the while loop condition? ...

    how to I access it in the while loop condition?

    (i apologize again and thank you all so much for your help)
  25. OK now I'm at this: #include ...

    OK now I'm at this:



    #include <iostream>
    using namespace std;
    int main( )
    {
    const double PAY_INCREASE = 7.6;
    double original_salary, new_salary, pay_raise;
Results 1 to 25 of 30
Page 1 of 2 1 2