Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java 3.23 LAB: Interstate highway numbers Primary U.S interstate highways are numbered 1.99. Odd numbers (ike the 5 or 95 ) go north/south, and evens
Java
3.23 LAB: Interstate highway numbers Primary U.S interstate highways are numbered 1.99. Odd numbers (ike the 5 or 95 ) go north/south, and evens (ike the.10 or 90 ) go east/west Auxilary highways are numbered 100-999, and service the primary highway indicated by the rightmost two digits. Thus, L-405 services 1.5, and 1.290 services 1.90. Note 200 is not a valid auxiliary highway because 00 is not a valid primary highway number. Gwen a highway number, indicate whether it is a primary or auxiliary highway If awillary, indicate what primary highway it serves. Also indicate if the (primary) highwoy runs north/south of east/west Ex. If the input is: 20 the output is I-90 in primary, going east west. Ex: if the input is: 290 the output is I-250 ia auxiliazy, sezving 190, going easchest. Exif theinput is My library > ITP 120 Java Programming I home > 323: LAB: Interstate highway numbers E zyBookscatalog. (2) Help/FAQ 1290 in auxi1iary, serving 190, qoing east/yeat. Ex If the input is: or any number not between 1 and 999 , the output is: 0 in not a valid interstate highway number, Exif the input is: 200 the output is. 200 is nok a vaild interstate highway number. See Wik bedia for more info on highway numbering 0/10 LabProgramjava Load defentt template. 1 import javo.utili. Scanner: When done developing your program, press the Submit for grading button below. This will submit your program for auto-grading Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started