#include int main() { unsigned i; for (i = 1; i <= 10; i++) printf("Cuenta: %d.\n", i); system("pause"); return 0; }