Question: In this exercise, the main code passes to the arroyMins function either an array of characters, or an array of floating point numbers of type
In this exercise, the main code passes to the arroyMins function either an array of characters, or an array of floating point numbers of type double) If the input array is a character array: The array Mins function will print the lowest small case letter and the lowest capital case letter in this specific order) separated by a single space. In this case, the function returns with a TRUE If the array only contains small letters, it prints the lowest smalcase letter and returns with a FALSE If the array only contains capital letters.it prints the lowest capital case letter and returns with a FALSE . If the array does not contain any small or capital letters the function prints "NONE", and returns with a FALSE If the input array is a double array: The arrains function will print the smallest and large numbers in the array in order separated by a single space . If the smallest and largest numbers are equal, the function will only print one of them You are required to write the body for the two ove doded Yonctions cated array time which handle the case for characters, and the other the care for double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
