lease help me with this coding. (See image

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
100%

Please help me with this coding. (See image)

Begin with Program 1 from Activity 4 of last week's LabAssignment1b. You are to convert that program
to a new program that produces identical output. However, for all of the calculations, you are to instead
create variables for all values that are either constants or are values that might vary in the calculation.
Recall the following example from LabAssignment1b:
# calculate/print area of rectangle of length 5 in. and height 3 in.
print ("Area of rectangle is",5 * 3, "in^2") # area of rectangle in in^2
print ()
New code:
New output:
Area of rectangle is 15 in^2
Now, we know about variables and assignments statements, so let's modify the code as follows:
# calculate/print area of rectangle of length 5 in. and height 3 in.
length = 5 # inches
height
area = length * height # in^2
print ("Area of rectangle is", area, "in^2")
print ()
Newer code:
%3D
= 3 # inches
# area of rectangle in in^2
Newer output: Area of rectangle is 15 in^2
Transcribed Image Text:Begin with Program 1 from Activity 4 of last week's LabAssignment1b. You are to convert that program to a new program that produces identical output. However, for all of the calculations, you are to instead create variables for all values that are either constants or are values that might vary in the calculation. Recall the following example from LabAssignment1b: # calculate/print area of rectangle of length 5 in. and height 3 in. print ("Area of rectangle is",5 * 3, "in^2") # area of rectangle in in^2 print () New code: New output: Area of rectangle is 15 in^2 Now, we know about variables and assignments statements, so let's modify the code as follows: # calculate/print area of rectangle of length 5 in. and height 3 in. length = 5 # inches height area = length * height # in^2 print ("Area of rectangle is", area, "in^2") print () Newer code: %3D = 3 # inches # area of rectangle in in^2 Newer output: Area of rectangle is 15 in^2
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

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