Title : HiDenom Programmer: Anthony J Doggett Calculator: TI-83 Date : Jul 97 Function : Finds the highest common denominator of two numbers This program is based on principals learnt at the Oxford Computer Science Open Day ClrHome Prompt A Prompt B While A<>B ;"<>" is "Not Equal To" - the crossed-out "=" If A>B : Then A-B -> A ;"->" = "store" button Else B-A -> B End End Disp "The Highest","Common",Denominator is",A