Write a program to interchange the largest and the smallest number in an array
a. Use functions – you must have a least these functions
i. main()
ii. void read_array(parameters,…) – to allow user to read the elements into the array
iii. void display_array(parameters,…) – to print the elements of the array
iv. you can create other functions as needed
이래요
1번에 유저가 읽게 한다는건 뭔 의미일까요?
저 함수에서 유저가 입력을 하게해라 이런건 아닌거같은데용
1이 아니구 2네여
터미널 입력 말하는 거 아닌가?
2번에서 유저가 입력을 하게해라 이런걸까용?
인덱스값으로 배열에 접근할수 있게 한다는 소리 아님?