アプリケーション部とインタフェース部の交錯
計算部とインタフェース部が混合しやすい
再利用が困難
printf("Input your name: "); scanf("%s", name); s = calc(name); printf("%s\n",s);