Search:

Type: Posts; User: tonedogz71

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    1,737

    that makes sense now. Thanks

    that makes sense now. Thanks
  2. Replies
    17
    Views
    1,737

    im guessing 5. if the single quotes refer the the...

    im guessing 5. if the single quotes refer the the ascii chart
  3. Replies
    17
    Views
    1,737

    still trying to research exactly how to write the...

    still trying to research exactly how to write the code like that. Your way seemed easier but your right prob not allowed since we haven't gone over those yet
  4. Replies
    17
    Views
    1,737

    ill look up constr and strchr. Havent learned...

    ill look up constr and strchr. Havent learned those yet
  5. Replies
    17
    Views
    1,737

    comparison might work

    comparison might work
  6. Replies
    17
    Views
    1,737

    Well, this didn't work. prob cause input[I] is my...

    Well, this didn't work. prob cause input[I] is my array which is an interger,and so is min and max


    for(i = 0;i < 26;i++){
    if(input[i] = min){
    min =...
  7. Replies
    17
    Views
    1,737

    theyre supposed to be initialized to the count...

    theyre supposed to be initialized to the count but that's not what was there. I initialized them both to zero and it still wont print anything. Im pretty sure my functions off.
  8. Replies
    17
    Views
    1,737

    The problem im having is getting the letters...

    The problem im having is getting the letters associated with min and max to print. Basically print the letters with the lowest and highest number of occurrences in the file. Ill try and clean up my...
  9. Replies
    17
    Views
    1,737

    charracter array help

    I had this assignment where it searches a text file and prints the min and maximum number of occurrences. what its supposed to do is print the letter or letters associated with min and max and...
Results 1 to 9 of 10