Whats wrong with the following array declarations? Int[] readings = new int[-1]; Double[] measurements = new double[4.5];

Question:

What’s wrong with the following array declarations? 

Int[] readings = new int[-1];
Double[] measurements = new double[4.5];

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

Step by Step Answer:

Question Posted: