본문 바로가기

대학교 1-1/프논이

HW1_1

교수님이 원하는 실행 결과:

HW1_1실행결과

코드:

1
2
3
4
5
6
7
8
9
#include <stdio.h> 
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");
}
cs

print문,\n,\t익히기

'대학교 1-1 > 프논이' 카테고리의 다른 글

HW2_2  (0) 2023.06.15
HW2_1  (0) 2023.06.15
LAB2_3  (0) 2023.06.15
LAB2_2  (0) 2023.06.15
LAB2_1  (0) 2023.06.15