#include <stdio.h> #include <string.h> int sel; // 모드 선택 int i=0; // 인덱스 char buf[256]; // 입력버퍼 int main() { printf("\n=========================================\n"); printf("문장의 대소문자를 변환하는 프로그램입니다.\n"); printf("=========================================\n"); printf("사용할 모드를 선택해 주세요\n..