Westonci.ca is your go-to source for answers, with a community ready to provide accurate and timely information. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

write a computer program that prompts the user for a number, creates an array for that number of random integers, and then usees the bubble sort to order the array. the program should print out the array prior to the call to the sorting algorithm and afterwards. you can write the program in either java, c , c