From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e08c98d7ce85399 X-Google-Attributes: gid103376,public From: Mark Lundquist Subject: Re: Homework Date: 1999/09/08 Message-ID: <37D6C26A.26EEDA03@rational.com>#1/1 X-Deja-AN: 522650371 Content-Transfer-Encoding: 7bit References: <37CC6844.AB898EEE@rational.com> <37CE93CD.799A225A@pwfl.com> <37CF0FE0.2B299477@acenet.com.au> <37CFF7DC.CFF9717C@pwfl.com> <1999Sep3.125818.1@eisner> <37D55622.69B27515@rational.com> Organization: Rational Software Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-09-08T00:00:00+00:00 List-Id: Ooops... OK, OK, sorry about the HTML! :-) Here it is again in ascii, I'll cross my fingers and hope this works... Larry Kilgallen wrote: Another group I read has a contest going (obviously known to those who really follow the group) for the most creative non-answer to homework problems. Something that goes into great detail but cannot possibly be true is the ideal. Larry Kilgallen The best one I've ever seen was in this group -- or maybe on team-ada@acm.org. The "student" had requested full source code for a program to play tic-tac-toe (or something like that) on the grounds that he could not be bothered to do the homework assigments since he already knew all the stuff, and in any case he couldn't afford the time since he was working at a full-time job. The answer was: with Ada.Text_Io; procedure Tic_Tac_Toe is begin Ada.Text_Io.Put_Line ("You lose."); end Tic_Tac_Toe;