/*
/*This is a C program written by Kay C. Rivera for ComSci 11 class under Ma'am Cristi. This prompts the user to input a sentence then outputs the number of vowels--a, e, i, o, and u--in the user-inputted sentence.*/
#include
#includeint a, e, i, o, u; /*We need five variables to serve as counters for the numbers of vowels
(
Read more... )