Reading a file in C# D 3:49:00 PM Add Comment Below is a simple program in C# that reads a file and outputs the longest word in it. Enjoy! using System; using System . IO; using Sy... Read More