The purpose of this program is to read in the contents of a file called "in.txt" and convert it to a file called "out.html"
Steps in Detail:
1.#include stdio.h, stdlib.h, ctype.h, and stdbool.h.
2.Declare a FILE* variable called in to fopen a file called in.txt for read access.
3.If in is NULL...