Search:

Type: Posts; User: dape

Search: Search took 0.01 seconds.

  1. Here's what I've came up with: #include...

    Here's what I've came up with:


    #include <stdio.h>#include <stdlib.h>
    #include <string.h>
    #include <ctype.h>
  2. From a string, remove all the words with `n` number of vowels

    I've been trying to write a program, that will remove all the words, that contain the `n` amout of vowels in them. The text is read from a test.txt file which contains the following:

    astazi nu...
Results 1 to 2 of 2