Last updated 3 years ago
Was this helpful?
fundamental building block in the program : 프로그램을 구성하는 작은 빌딩 블록
subprogram can be used multiple times : sub-program이라고도 부르며 여러 번 재사용이 가능
performs a task or calculates a value : 한 가지의 일이나 값을 계산하기 위해 사용
input(입력) : parameter를 받아서 잘 처리 한 다음 output(출력) : return하는 것 → function(함수)