Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h> void main() { while(getchar()!='N') printf("Hello World\n"); }