Question: Create an one - dimensional string array named salesArray _ String [ ] . 2 . In the Load File button open the Sales.txt file

Create an one-dimensional string array named salesArray_String[].
2. In the Load File button open the Sales.txt file and:
a. Load the sales data into the salesArray_String[] from the sales data from the Sales.txt
file. You will create a second array called salesArray_Double. Convert the string values
from the salesArray_String into a double. Assign that double value to the elements in
the saleArray_Double.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!