Skip to content
Snippets Groups Projects
Commit 02d87ee9 authored by KimTaeeun's avatar KimTaeeun
Browse files

테스트용!

parent 70735796
No related branches found
No related tags found
No related merge requests found
//난수 프로그램
//201421110 미디어학과 김태은
//난수 프로그램
//201421110 미디어학과 김태은
// test용이다!!
#include <stdio.h>
#include <stdlib.h>
......@@ -22,7 +24,7 @@ int main()
if (i % 10 == 9) printf("\n");
}
printf("\n숫자를 입력하세요\n");
printf("\n숫자를 입력하세요\n");
scanf_s("%d", &num);
......@@ -51,9 +53,9 @@ int main()
}
if (min_val>0)
printf("큰 수 중 제일 가까운 값 : %d", arr[index]);
printf("큰 수 중 제일 가까운 값 : %d", arr[index]);
else
printf("값을 찾을 수 없습니다.");
printf("값을 찾을 수 없습니다.");
return 0;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment