Search:

Type: Posts; User: thefreeman1159

Search: Search took 0.01 seconds.

  1. When I tried to print char1 directly after its...

    When I tried to print char1 directly after its assignment, it said 'iii'. If I print all of them after their first assignments, it says a bunch of gibberish more or less. I'm really completely lost...
  2. Even after changing that, I'm still getting the...

    Even after changing that, I'm still getting the same outputs.
  3. I already made a change to that, sorry I didn't...

    I already made a change to that, sorry I didn't post it yet. Would this do the trick?



    if ((char1 == 'i') && (char2 == 'n') && (char3 == 'g')) //searches for frequency of 'ing', stores in...
  4. Thanks...that did help. Or at least, it fixed...

    Thanks...that did help. Or at least, it fixed the random assignments. The algorithm that I have is still not working. Now all the counts stay at zero for the "ing" frequency.
  5. That was a stupid mistake, but somehow it doesn't...

    That was a stupid mistake, but somehow it doesn't seem to make much of a difference. The addition of ingcount = 0; doesn't really seem to change anything. There are no syntax errors, I don't think. I...
  6. For clarity sake, The purpose of the program is...

    For clarity sake, The purpose of the program is to count the amount of alphanumeric characters relative to the amount of numbers and letters, count the amount of words, and count the presence of the...
  7. I'm trying to count the frequency of the phrase "ing"

    If anyone can take a couple minutes to help me out it would be greatly appreciated. Right now, the counters for the frequency of the phrase "ing" in the beginning, middle, and end of a word are well...
Results 1 to 7 of 7