Write a program that will do the following:
1. Define a function that will read from a file text paragraph convert the whole paragraph into capital letters and print it on the screen after conversion.
2. Define a function that will count and return number of vowels in the above text.( a,e,i,o,u)
3. Write a main function that will call above functions to produce an output on sample text.