asked 100k views
4 votes
Using an array, double each of the following values and print each result: values = [1.1, 10, 4.55, 30004, 0.2]

1 Answer

1 vote
values = [1.1, 10, 4.55, 30004, 0.2]
answered
User Doval
by
7.9k points