By Rishab Narang
Problem Statement: Using RandomAccessFiles in java, write the paragraph into a file. Convert the paragraph into titlecase. 

For eg: this is a sample titlecase program. 
Your output should be: This Is A Sample Titlecase Program.

The obtained output should be stored into another file (you can even overwrite the same file).

Assumption: Consider words separated only by spaces..