Search:

Type: Posts; User: yoyoyo

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,128

    Alright, so the first column from the data file...

    Alright, so the first column from the data file is the year the storm came (yearStorm)
    the second column is Accumulated Cyclone Energy value (ace)
    the third column is the number of tropical storms...
  2. Replies
    4
    Views
    2,128

    How to display data from a file?

    Hey guys, today I'm trying to display data from a text file named ace_data.txt. Here's a preview of the first three lines i want to display:
    2001 106 15
    2002 65 12
    2003 175 16

    So basically,...
  3. Replies
    6
    Views
    1,560

    Thank you everyone for your help!

    Thank you everyone for your help!
  4. Replies
    6
    Views
    1,560

    Thanks Tim! quick question: if i wanted to add...

    Thanks Tim! quick question: if i wanted to add more variables, such as x, y, z, etc, then i would have to type out gender !='x' && gender !='y' && gender !='z' ? or is there a short cut to this that...
  5. Replies
    6
    Views
    1,560

    Help with simple do while function in C?

    hey guys, so here is how the program works.
    when the user enters any letter besides m or f, it should ask the question again. if the user enters m or f, then the program proceeds. In this situation,...
Results 1 to 5 of 5