#include int main() { int age_of_user; age_of_user = 5; printf("The current value of x is %d", age_of_user); }