Multiple choice Which of the following array declarations is valid? float a[+40] int num[1-10] double[50] float values[10] Reveal answer Fill a bubble to check yourself D Correct answer Explanation This option is correct as this declaration of array is valid.