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
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
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...
Related questions
Question
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 now
This is a popular solution!
Step by step
Solved in 4 steps with 5 images
Recommended textbooks for you
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
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