In: Computer Science
Draw a flowchart that asks the user to enter an array of random numbers, then sorts the numbers (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.
#flowchart:
#source code in python:
#output:
#if you have any doubt comment below.....