Program Requirement: Create an array/list of 100 random numbers

Using one language you have studied here (Python, Java, C#, Assembly, Visual basic) and another of your choice (see https://www.tutorialspoint.com/codingground.htm (Links to an external site.)Links to an external site.), compare the development, testing and performance of the small program requirement listed below. Your comparison will consist of the program coded in each language, and a 2-3 page paper discussing the benefits/issues with each choice of language.

Program Requirement: Create an array/list of 100 random numbers (in the range 1 – 100). Print out the original array/list. Now sort the list (using any method you wish) and print out the sorted data. Now search the list to determine how many repeated values are in the list, the sum of the numbers in the list, the product of the numbers in the list, the maximum number in the list and the minimum number in the list.