#include <stdio.h> int main() { int age = 25; printf("I am %d years old.\n", age); return 0; }
Click Run to execute this code.