Name Combiner 0.1 for the TI-83
Made by Audun Rundberg
1. February 1999.

A fun little program that combines two names by assigning
numerical values to each letter (A=01, B=02, etc.) and adding
the numerical values of each pair of letters and
dividing this number with two. This number will correspond to
the middle letter between the two letters.

I.e.:

Audun (My name)
01 21 04 21 14

Eivin (My little brother's name)
05 09 22 09 14

(01+05)/2 = 03 (Which corresponds to the letter "C")
(21+09)/2 = 15 ("O")
(04+22)/2 = 13 ("M")
(21+09)/2 = 15 ("O")
(14+14)/2 = 14 ("N")

And that's it.

Limitations:

Name one must be shorter or just as long as name two. Open spaces, numbers, hyphens
and all other characters except A-Z are ignored.