Extracted text: Description This homework is in two parts. Please upload your file submissions only after you have attempted both parts. Part A - One Dimensional (1D) Arrays: Answer any one of the following using a flowchart/pseudocode: 1. Hamming numbers are also known as ugly numbers and also 5-smooth numbers (numbers whose prime divisors are less or equal to 5). Hamming numbers are numbers of the form H = 2i x 3j x 5k where i, j, k 2 2 0 Create a 1D array. The array size is provided by the user at run time. Populate the array with Hamming numbers The first few numbers of this sequence are 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 25, 27, 30, 32, 36, 40, 45, 48, 50, 54, 60..