76.8k views
5 votes
8.7 Code Practice Question 3

Use the following initializer list:
w = [“Algorithm”, “Logic”, “Filter”, “Software”, “Network”, “Parameters”, “Analyze”, “Algorithm”, “Functionality”, “Viruses”]

Create a second array named s. Then, using a loop, store the lengths of each word in the array above. In a separate for loop, print on separate lines the length of the word followed by the word

8.7 Code Practice Question 3 Use the following initializer list: w = [“Algorithm”, “Logic-example-1

1 Answer

4 votes

I included my code in the picture below.

8.7 Code Practice Question 3 Use the following initializer list: w = [“Algorithm”, “Logic-example-1
User Samthere
by
6.4k points