Question: Write statements to do the following: a) Create an array named numbers to hold 10 double values. b) Assign value 7.2 to the last element

Write statements to do the following: a) Create an array named "numbers" to hold 10 double values. b) Assign value 7.2 to the last element in the array. c) Display the sum of the first two elements, using System.out.println(...). d) Create another array named "numbers2" with initial values 5.7, 9.1, 7.21, and 8.4, using the array initializer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
