1.1 brouard 1: #include <stdio.h> 2: main() 3: { 4: int i; 5: for (i=1; i<=10;i++){ 6: printf("Hello\n"); 7: printf("Hellu\n"); 8: } 9: } 10: