Write a program to compute and print out the decimal notation for the reciprocal of each input integer.
The input to your program will contain a list of such positive integers, one per line. Each integer will be greater than 1 and will contain no more than 72 digits. The input will be terminated by a zero appearing on a line itself. No integers whose reciprocals are infinitely repeating decimals will be entered.
Your output should print the reciprocal for each input integer in decimal form.