subject

In this homework you will print details about a US Interstate Highway given that highway's number Interstate Highways
US Interstate Highways (the ones with blue shield icons, like this) are given very deliberate numbers that reflect their physical characteristics. Knowing an interstate's number can tell you a lot about it: whether it's a large or small highway, what direction it runs, and more! Some simple math will derive facts about an interstate given its number:
1. Interstates are either primary or auxiliary routes. A primary route has a one or two-digit number, whereas an auxiliary route has a three-digit number
2. Primary routes have: o an orientation, an odd route number indicates a north-south orientation, and an even number indicates an east-west orientation. Example: Interstate 5 runs north-south, Interstate 10 runs east- west. o a size a route number that is a multiple of 5 is a long-distance arterial highway. Example: Interstates 5, 10, 15, etc. are long- distance arterial highways, but not 8, 11, 14, etc.
3. Auxiliary routes have: . a type: if the first digit of the route number is odd, the auxiliary highway is a spur highway. If the first digit of the route number is even, the highway is a loop highway. Example: 110 is a spur highway. 405 is a loop highway. . a parent every auxiliary highway has a "parent" primary highway that it connects to. The parent highway number is the last two digits of the auxiliary number. Example: the parent of 605 is 5; the parent of 710 is 10.
Easy!
Assignment
Write a Python program to:
1. Ask the user to input an integer highway number. You may assume the user always enters a single integer value; for example, if the user is interested in Interstate 405, they will enter 405. You must validate the value of this input: ensure that the value is between 0 and 999 inclusive, and continually loop and ask the user for a highway number until they enter one that matches this requirement. Do not proceed with the rest of the program until you are sure the user gave a number between 0 and 999.
2. Determine (but don't print... yet) whether the highway is primary or auxiliary.
3. Print a summary of the highway's information (SEE EXAMPLE OUTPUT):
1. For primary highways, include whether the highway is a long-distance arterial, then give its orientation.
2. For auxiliary highways, include the auxiliary type and its parent highway number.
4. Repeat steps 1-3 until the user gives a highway number of O. Do not print any information about this highway, a value of 0 triggers the end of the program
Example output
User input is in italics:
Please enter a US Interstate Highway route number: -1
Please enter a US Interstate Highway route number: 5 Interstate 5 is a long-distance arterial highway oriented north-south.
Please enter a US Interstate Highway route number: 1000
Please enter a US Interstate Highway route number: 405 Interstate 405 is a loop highway of Interstate 5.
Please enter a US Interstate Highway route number: 94 Interstate 94 is oriented east-west.
Please enter a US Interstate Highway route number: 0

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:00
What is the algorithm for building a binary tree program
Answers: 2
question
Computers and Technology, 22.06.2019 21:30
The salespeople at hyperactive media sales all use laptop computers so they can take data with them on the road. you are a salesperson for superduper lightspeed computers talking to hyperactive media sales about upgrading the laptops to windows 10. explain how network location awareness in windows 10 would make the laptops more secure.
Answers: 3
question
Computers and Technology, 23.06.2019 12:40
Curriculum exam to process a resident's payment, you must click on onesite payments home page. from the a. reports b. my settings o c.transactions o d. rent tab
Answers: 1
question
Computers and Technology, 23.06.2019 20:00
What software programs are used to to create professional publication? a.) graphics programs b.) word processors c.) page layout programs d.) spreadsheet programs
Answers: 2
You know the right answer?
In this homework you will print details about a US Interstate Highway given that highway's number I...
Questions
question
Mathematics, 17.05.2021 16:10
question
Business, 17.05.2021 16:10
question
English, 17.05.2021 16:10
question
Physics, 17.05.2021 16:10
question
Physics, 17.05.2021 16:10
question
Health, 17.05.2021 16:10
question
Mathematics, 17.05.2021 16:10