
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:1. Consider the flowchart and write the MATLAB® code to solve it on page 2.
The cost of sending a package by an express delivery service is $15.00 for the first two
pounds and $5.00 for each pound or fraction thereof over two pounds. If the package
weighs more than 70 pounds, a $20.00 excess weight surcharge is added to the cost. No
package over 100 pounds will be accepted. (Hint: Ask the user to input the weight of
the package in pounds, then use if-elseif statements to find and output the cost.)
Start
Enter weight of
package in lbs.
2 lbs?
no
>2 lbs &
<=70 lbs?
no
>70 lbs &
100?
no
else >100
lbs
yes
yes
yes
Cost = $15
Cost = $15+ 5*(lbs-2)
Cost = $15+ 5*(lbs-2) +20
yes
Not accepted
(disp)
Display cost
(fprintf)
End
Write a MATLAB m-file using if/elseif for problem 1 that prompts the user the
weight of the package in pounds and computes the cost of mailing the package. (Save
the price to a variable called cost and output the value for each decision statement) Be
sure to handle the case of overweight packages. (you can give an error message like
'the package is too large'). Use fprintf to display the cost to 2 decimal places.
X = impr+ ('What is
yo? 7
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 4 steps with 5 images

Knowledge Booster
Similar questions
- Design a program that takes the height of 10 people (you may take the heights in inches) and calculatesaverage height. Based on the average height of these 10 people, determine if this group is better suitedto be an MLB team, NBA team, or a group of Jockeys (e.g. Kentucky Derby). First record your raw data onto a spreadsheet. The raw datacan be in inches. The C++ program is to read from the spreadsheet, calculate the average height, andoutput a summary of the results onto either a .txt or .rtf file. The summary should only include theaverage height and the appropriate sport. Please make sure the average height is in whole numbers andis in feet and inches.arrow_forwardI can't seem to do the nested IF function in column T3.arrow_forwardWhich option is the correct one?Please helparrow_forward
- Write a C program to simulate tossing a “fair” coin. Allow the user to enter the number of tosses. Print the number of tosses that yield heads and the number of tosses that yield tails. What should be the percentage distribution of heads and tails? (Use the function rand_int) with the output.arrow_forwardProvide full C++ main.cpp, fraction.cpp, fraction.harrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

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 Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

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
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY