#include int main() { it i; // must be int instead of it for(i=1; i < 10000000; i++) {printf("Wert von i: %d\n", i);} }