char a[20], b[ ]="The sky is blue."; int i; for (i=0; i<10; i++) scanf ("%c",&a [i]); a[i]=0;gets(b);printf("%s%s\n",a,b);