#include void main(){ int a = 9; int b = a + 10; printf("a is %d, b is %d\n", a, b); }