At 02:58 PM 6/25/1999 -0700, satrina wrote: >How do you swap two values of two seperate variables without declaring a > temp variable? 1) Depends on the type of the variable, modular types in Ada are easy, floating point types are impossible in all languages without violating type safety, and integer and fixed point types have solutions peculiar to Ada (or to whatever language you are using). 2) This sounds like a student problem. Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...