Write a simple program inside of ‘main’ that reads the file:…

Write a simple program inside of ‘main’ that reads the file: strings.dat Each line contains character data. Count the number of lines that begin with a lower-case t. Display the number of lines, found within the file, that begin with ‘t’. There is no need for comments.