A program has the following declaration: Double[] values; Write code that asks the user for the size

Question:

A program has the following declaration: 

Double[] values;

Write code that asks the user for the size of the array and then creates an array of the specified size, referenced by the values variable.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: