("How many numbers will you be summing? 2. On the next page, identify and label the following (you can write on your hard copy and take a pic or use code comments in the Snap file and take a screenshot): a User innut

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
thank u….
1. What happens when you input the number O for the first question asked of the user in this program
("How many numbers will you be summing?
2. On the next page, identify and label the following (you can write on your hard copy and take a pic or use code
comments in the Snap file and take a screenshot):
a. User input.
b. A list being assigned to a variable.
C. Data being stored in a list.
d. The name of a procedure being used, and the parameter of that procedure.
e. Selection in the procedure.
f. Iteration in the procedure.
g. Output.
Transcribed Image Text:1. What happens when you input the number O for the first question asked of the user in this program ("How many numbers will you be summing? 2. On the next page, identify and label the following (you can write on your hard copy and take a pic or use code comments in the Snap file and take a screenshot): a. User input. b. A list being assigned to a variable. C. Data being stored in a list. d. The name of a procedure being used, and the parameter of that procedure. e. Selection in the procedure. f. Iteration in the procedure. g. Output.
when clicked
ask How many-numbers will-you-be-summing?-Type-and-Press-Enter: and wait
set how many nums
to answer
set list of nums
to list
if
how_many_nums
for
1
to how_many_nums
ask Now-type-in-a-number-and-press-enter: and wait
add answer to list_of_nums
set sum
to sum_numbers list_of_nums
say join The-total-value-of-the-numbers-in-your-list-issum
for
10
secs
sum_numbers+ numbers list
if
length
of numbers list
report 0
else
script variables total
set total
to 0
for each number
in numbers_list
set total
to
total + number
report total
Transcribed Image Text:when clicked ask How many-numbers will-you-be-summing?-Type-and-Press-Enter: and wait set how many nums to answer set list of nums to list if how_many_nums for 1 to how_many_nums ask Now-type-in-a-number-and-press-enter: and wait add answer to list_of_nums set sum to sum_numbers list_of_nums say join The-total-value-of-the-numbers-in-your-list-issum for 10 secs sum_numbers+ numbers list if length of numbers list report 0 else script variables total set total to 0 for each number in numbers_list set total to total + number report total
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY