For this assignment, you are to develop a classical connectionless client for a simple quote-of-the-day server.  (Refer to RFC865 for details on the protocol between client and server.) Your client program should query the quote server (port number and host address should be settable from the command line) and retrieve a single quote from the server.   (I will identify where you can find a quote server next week).  
 

Program requirements:

  1. Enough documentation (either embedded in the code with comments, or external) to follow how you parsed the program and to follow what you expect to happen.
  2. Source code for your program.
  3. An executable version of your program.
  4. Upload this assignment to the PROGRAM03 directory.