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=0.6 required=5.0 tests=BAYES_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 108793,ea9e17ea4e695a57 X-Google-Attributes: gid108793,public X-Google-Thread: 109fba,ea9e17ea4e695a57 X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,ea9e17ea4e695a57 X-Google-Attributes: gid1014db,public X-Google-Thread: 115d3b,ea9e17ea4e695a57 X-Google-Attributes: gid115d3b,public X-Google-Thread: f973d,ea9e17ea4e695a57 X-Google-Attributes: gidf973d,public X-Google-Thread: fb3cb,ea9e17ea4e695a57 X-Google-Attributes: gidfb3cb,public X-Google-Thread: 103376,ea9e17ea4e695a57 X-Google-Attributes: gid103376,public X-Google-Thread: 10a146,ea9e17ea4e695a57 X-Google-Attributes: gid10a146,public From: "Dale King" Subject: Re: Partners Wanted Date: 1999/07/13 Message-ID: <378b974a.0@news.indy.tce.com>#1/1 X-Deja-AN: 500633812 References: <7mfpke$ebq$1@mamenchi.zrz.TU-Berlin.DE> <01becd57$fb266980$0e01a8c0@eton.powernet.co.uk> Organization: TCE Newsgroups: comp.lang.java.programmer,comp.lang.java.security,comp.lang.javascript,comp.lang.delphi,comp.lang.c,comp.lang.c++,comp.lang.ada,alt.lang.delphi X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Date: 1999-07-13T00:00:00+00:00 List-Id: Andrew Koenig wrote in message ... >Cobol. Perfectly understandable. Yeah, right. > >OK, here's a pop quiz. If X is 7 and Y is 3 and you execute > > MULTIPLY X BY Y. > >what will be the values of X and Y afterwards? Judging by this sample code: http://www.baylor.edu/~Galen_Swint/cbl_ex.html I'd say X = 7 and Y = 21. I for one would never say Cobol is obvious having programmed in it many moons ago. -- --- Dale King