From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 12 Feb 93 18:52:50 GMT From: ucivax!gateway@ucbvax.Berkeley.EDU (Kenneth Anderson) Subject: What's the difference between... Message-ID: <9302121052.aa23420@Paris.ics.uci.edu> List-Id: these two type declarations: type Placement is range 0 .. 10; subtype Placement is INTEGER range 0 .. 10; The reason I ask this, is that I have the duty here at U.C. Irvine of teaching the students of an Intro to Software Engineering course enough Ada for them to do their homework assignments. I get two 1.5 hour lectures to do this. One of my students asked what is the difference between the two type declarations. My answer was "Not much. I'll get back to you on what the conceptual difference is." So I would like to tell him at the next lecture what the difference is. Can someone help me out? Thanks in advance, Ken