전체 글 (122) 썸네일형 리스트형 LAB2_1 교수님이 원하는 실행 결과: 코드: 1 2 3 4 5 6 7 8 9 10 11 #include int main(void) { int height; height = 168; printf("Suehee Pak\t%d\n",height); return 0; } Colored by Color Scripter cs 변수 선언하기 HW1_1 교수님이 원하는 실행 결과: 코드: 1 2 3 4 5 6 7 8 9 #include int main(void) { printf("Photoshop\tFun\n"); printf("Java Script\tEasy\n"); printf("Java\t\tPowerful\n"); printf("C++\t\tInteresting\n"); printf("C\t\tVery Important\n"); } Colored by Color Scripter cs print문,\n,\t익히기 이전 1 ··· 13 14 15 16 다음