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번에 유저가 읽게 한다는건 뭔 의미일까요?


저 함수에서 유저가 입력을 하게해라 이런건 아닌거같은데용