You can find the minimum and maximum value in an array by just iterating and checking the elements of the array. [code]#include<stdio.h> void main() { int ...
確定! 回上一頁