Showing posts from April, 2013

Write a c++ program to read a text file and count number of vowels.

#include<fstream.h> #include<iostream.h> #include<ctype.h>…

Load More That is All