#include int main() { char jerk[20]; puts("Name some jerk you know:"); gets(jerk); puts("Yeah, I think %s is a jerk, too.\n",jerk); return(0); }