#include <stdio.h> int main() { int i; for(i=0;i<=40;i++) {printf("Hazır Kod");} getchar(); getchar(); }