#include int main() { int age; age=969; printf("Methuselah was %d years old.\n",age); return(0); }