10/Draw a flowchart that asks the user to enter an array of random numbers, then sorts thenumbers (ascending order), then prints the new array, after that asks the user for two new numbers
and adds them to the same array and keeps the array organization.
7/Draw a flowchart that asks the user to enter an array of random numbers, then sorts the numbers
(descending order), after that reverses it (the first element will be the last…..
8/Draw a flowchart that asks the user to enter integer numbers and store the numbers in a two
dimensional array, then replaces any 9 digit by O digit. After that replaces the numbers with the odd
summations indices by the even summation indices.