1. Write a statement that creates a list with the following strings: 'Einstein', 'Newton', 482 "Copernicus', and 'Kepler'. 2. Assume names references a list. Write a for loop that displays each element of the list. 3. Assume the list numbers1 has 100 elements, and numbers2 is an empty list. Write code that copies the values in numbers1 to numbers2.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter9: Advanced Array Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
Algorithm Workbench
1. Write a statement that creates a list with the following strings: 'Einstein', 'Newton',
482
"Copernicus', and 'Kepler'.
2. Assume names references a list. Write a for loop that displays each element of the list.
3. Assume the list numbers1 has 100 elements, and numbers2 is an empty list. Write code that
copies the values in numbersl to numbers2.
4. Draw a flowchart showing the general logic for totaling the values in a list.
5. Write a function that accepts a list as an argument (assume the list contains integers) and returns
the total of the values in the list.
6. Assume the names variable references a list of strings. Write code that determines whether
'Ruby' is in the names list. If it is, display the message 'Hello Ruby'. Otherwise, display the
message 'No Ruby'.
7. What will the following code print?
listl
= [40, 50, 60]
list2 = [10, 20, 30]
list3 = list1 + list2
print(list3)
Transcribed Image Text:Algorithm Workbench 1. Write a statement that creates a list with the following strings: 'Einstein', 'Newton', 482 "Copernicus', and 'Kepler'. 2. Assume names references a list. Write a for loop that displays each element of the list. 3. Assume the list numbers1 has 100 elements, and numbers2 is an empty list. Write code that copies the values in numbersl to numbers2. 4. Draw a flowchart showing the general logic for totaling the values in a list. 5. Write a function that accepts a list as an argument (assume the list contains integers) and returns the total of the values in the list. 6. Assume the names variable references a list of strings. Write code that determines whether 'Ruby' is in the names list. If it is, display the message 'Hello Ruby'. Otherwise, display the message 'No Ruby'. 7. What will the following code print? listl = [40, 50, 60] list2 = [10, 20, 30] list3 = list1 + list2 print(list3)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
List
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,