Search:

Type: Posts; User: robjules

Search: Search took 0.00 seconds.

  1. Thread: Loops

    by robjules
    Replies
    7
    Views
    1,686

    Loop

    No, I can't use vectors
    I thought this would be fairly simple but I am stuck on showing the data after the termination of the loop
  2. Thread: Loops

    by robjules
    Replies
    7
    Views
    1,686

    Loops

    I can't use an array, we aren't allowed. Plus i dont' know the set number of employees. How do I get each employee number and info to appear, but on seperate lines once the lopp is terminated?
  3. Thread: Loops

    by robjules
    Replies
    7
    Views
    1,686

    Loops

    I am stuck trying to write a loop that will conitunually ask for an employee number, gross pay, tax, and fed tax. the loop terminates when the user types in 0 as employee number, then program...
  4. Replies
    4
    Views
    1,707

    Loop

    I'm not sure if i folllow
    the user is to input the speed(mph) of a train and the hours traveled.
    then i need to use a loop to show the distance the train has traveled for each hour.

    so if the...
  5. Replies
    4
    Views
    1,707

    Help with loop

    How do i get this to loop out distance traveled per hour.


    #include<iostream.h>
    #include<math.h>
    #include<iomanip.h>



    void main (void)
  6. Replies
    7
    Views
    1,291

    I'll try that and let you know You been helpful,...

    I'll try that and let you know
    You been helpful, thanks.
    I may not get back here tonight but be sure to check back tomorrow.
  7. Replies
    7
    Views
    1,291

    How do I add a loop that adds the sum of the...

    How do I add a loop that adds the sum of the scores?
    Everytime I do it, something goes wrong?
    Is it even possible or do I need to use an array?
  8. Replies
    7
    Views
    1,291

    Sum of external file

    How do I make a loop that will take numbers from an external file and then list the numbers on the screen, then calculate the sum of those numbers and show it?
    I'm desperate
    Thanks
  9. Replies
    1
    Views
    959

    loops for sums

    How do i use loops to find the some of numbers taking from an external file.
    I already have the numbers listed on the screen, but i can't figure out how to show the sum of the numbers after the...
  10. Thread: Loops again

    by robjules
    Replies
    1
    Views
    1,187

    Loops again

    I made a program that reads golf scores and pars from a file.
    It then assigns the appropriate comment depending on the score.
    Everything works fine, but I also need the sum of all the scores. ...
  11. Thread: Error Message

    by robjules
    Replies
    1
    Views
    1,018

    Error Message

    I need the user to input a number, but the number must be above 1 and below 50 and it must be a number, not a symbol or letter. The input will then show up as asterisks, such as if they input 5 they...
  12. Replies
    1
    Views
    963

    Decimal function

    I need a function that allows a positive number with a decimal point, to be rounded up or down. For example:

    2.3 would be 2
    2.7 would be 3



    I also need a function that, when a user...
  13. Replies
    2
    Views
    968

    Need a function

    How do i make a function that uses this statement:

    cout << "Enter 4 positive number: "<<endl;
    for( x = 0; x < north; x++)

    cin >> north;
    cin >> south;
    cin >> east;
    cin >> west;
  14. Replies
    2
    Views
    1,320

    Change numbers to symbols

    I am relatively new to this.
    I need help on how to change an output from a number into a
    chararcter such as an asterisk - *.
    The perosn would input a number and then my program would change that...
  15. Thread: Bar graph

    by robjules
    Replies
    3
    Views
    1,466

    I'm talking a column of asterixes. and also a...

    I'm talking a column of asterixes. and also a visible x and y axis
  16. Thread: Bar graph

    by robjules
    Replies
    3
    Views
    1,466

    Bar graph

    How do you make a bar graph for Microsoft Visual 6.0?
    I know for the most part how to make multiple lines, but I don't know how to make the graph. Do I have to draw it or what. I am totally lost. ...
  17. Replies
    4
    Views
    5,793

    Horizontal bar Graph

    This is what I have to do. I know bsically how to do the coding for it all except the graph. It is on Microsoft C++ version 6.0.


    Create a program that takes 4 positive numeric values(North,...
Results 1 to 17 of 17