Search:

Type: Posts; User: Planetx33

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,590

    This is what I have now. it compiles but I don't...

    This is what I have now. it compiles but I don't know if I made the function correctly or how to use it within my loop to make the check and ensure all values entered are celsius. Thanks for the...
  2. edited post

    edited post
  3. Bit of help required still - using a function with array

    Sorry I pasted an earlier code before fixing it, this one compiles but I can't figure out how to make the values go through my function, or if I made it correctly to change input from user into...
  4. Replies
    9
    Views
    2,590

    still need a bit of advice

    Ok, so thanks to the greatly appreciated help I have the program working somewhat correctly, I think. It has 2 loops, a for and while.. one allows the user to keep inputting data into an array that...
  5. Replies
    9
    Views
    2,590

    /this is trying to store user input into the 51st...

    /this is trying to store user input into the 51st element
    //You can only use myarray[0]...myarray[49] (= 50 doubles).
    cin >>myarray[50]

    So for this part your saying each time I ask the user to...
  6. Replies
    9
    Views
    2,590

    Array Help Please (user defined size)

    I have having a bit of trouble, i need to write a program that converts fahrenheit to celsius (i can do the function for this part) but it needs to start with a loop that first prompts the user to...
Results 1 to 6 of 6