Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

fun challenge

Name: Anonymous 2008-05-28 20:15

Write a program that takes an integer as input and writes the integer in English.

ie:

enter integer: 23
twenty-three.

Here's my code in common lisp:

(format t "~r" (read))

Name: Anonymous 2008-05-29 5:27

I seem to remember an elegant recursive solution in TAoCP

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List