#include main() { int a=1; do { printf("%d\n", a); a++; } while (a <= 10); printf("Vrednost a je %d\n", a); }