#include void main() { ing age=65; printf("Retirement age is %i.\n",age); printf("So pray that you will grow to be %i,\n",age); printf("and can retire with other geezers, who\n"); printf("are also %i.\n",age); }