#include main(){ int i,j; i=3; j=i+8; printf("Vrednosti brojeva su: %d %d\n",i,j); }