[color=#008000]/* Note:Your choice is C IDE */ #include "stdio.h" void main() { int i; for(i=0;;i++) { getchar(); printf("please press enter !\n%d",i); } }