Search:

Type: Posts; User: lizardking3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,943

    row col in array

    Ok the only problem i'm having now is getting the col rows correct
    the temps going across the rows should be going down the cols and the temps going down should be going across the rows

    could...
  2. Replies
    4
    Views
    1,943

    temp

    the temps should be 36 31 25 19 13 7 1 -5
  3. Replies
    4
    Views
    1,943

    precision

    Ok i got my programm working, but the temp are still not coming out right. could someone help me in the right direction.
    thanks





    #include <iostream>
    #include <iomanip>
    #include <cmath>
  4. Replies
    4
    Views
    1,943

    Problem with functions

    I'm having some problems with fuctions could someone please get me going in the right direction. thanks



    #include <iostream>
    #include <iomanip>
    #include <cmath>


    using namespace std;
  5. Replies
    2
    Views
    1,313

    calculating iteratively

    My program is suppost to show the factorial of a number loop 10 times. During each iteration, calculate
    // factorial ( i ) and display results.

    Now I need to be able to do this by adding a...
  6. Replies
    15
    Views
    3,450

    Something that my teacher did tell us though is...

    Something that my teacher did tell us though is that there is a bug in the code. If you enter any number that has a zero in it the zero will not be displayed. I don't know why but that seems to hold...
  7. Replies
    15
    Views
    3,450

    thanks

    thanks
  8. Replies
    15
    Views
    3,450

    He wanted us to write a program that can display...

    He wanted us to write a program that can display and number from 1 to 9999 in reverse order by using call by reference and call by value
    and gave us the prototypes


    #include <iostream>
    #include...
  9. Replies
    15
    Views
    3,450

    thanks for the help. I'm still kind of comfused...

    thanks for the help. I'm still kind of comfused though in the part of the code that my teacher gave me it had this.

    void width1(int, int&);

    I thought that maybe it was somehow suppost to be...
  10. Replies
    15
    Views
    3,450

    Ok, the void is part of my call by reference and...

    Ok, the void is part of my call by reference and i think that it needs to be there. The call by value part of my program seems to work ok. this part of the code

    int width ( int n )
    {
    if ( n /...
  11. Replies
    15
    Views
    3,450

    reversing digits

    I'm just looking for a hint in the right direction if someone could help me please. The first part works good, but i can't the the call by reference to reverse the digits for me. It outputs a 0 or it...
  12. Replies
    5
    Views
    1,518

    thanks

    thanks
  13. Replies
    5
    Views
    1,518

    I'm taking a class and I was having a problem...

    I'm taking a class and I was having a problem with the 3 modulus 4 part of the problem I Did not know if it would be zero or what sorry to post it in here
  14. Replies
    5
    Views
    1,518

    expressions

    can someone help me with this

    8 / 2 - 3 % 4 + 1

    thanks in advance
Results 1 to 14 of 14