Question: can someone explain why my program doesnt work and how to fix it? Thank you Primary U.S. interstate highways are numbered 1.99. Odd numbers (like

can someone explain why my program doesnt work and how to fix it? Thank you
can someone explain why my program doesnt work and how to fix
it? Thank you Primary U.S. interstate highways are numbered 1.99. Odd numbers
(like the 5 or 95 ) go north/south, and evens (like the
10 or 90 ) go east/west. Auxiliary highways are numbered 100-999, and

Primary U.S. interstate highways are numbered 1.99. Odd numbers (like the 5 or 95 ) go north/south, and evens (like the 10 or 90 ) go east/west. Auxiliary highways are numbered 100-999, and service the primary highway indicated by the rightmost two digits. Thus, 1405 services 15, and 1290 services 190. Note: 200 is not a valid auxiliary highway because 00 is not a valid primary highway number. Given a highway number, indicate whether it is a primary or auxiliary highway. If auxiliary, indicate what primary highway it serves. Also indicate if the (primary) highway runs north/south or east/west. Ex: If the input is: 90 the output is: Ex: If the input is: the output is: I-290 is auxiliary, serving 190, going east/west. Ex. If the input is: or any number not between 1 and 999 , the output is: 0 is not a valid interstate highway number. Ex: If the input is: 200 the output is: 200 is not a valid interstate highway number. See Wikipedia for more info on highway numbering Default Template: import java. util. Scanner; public class Labprogram i public static void main (String[] args) i Scanner scnr - new Scanner (System. in); int highwaynumber; int primaryNumber; highwayNumber = scnr. nextint (); / Type your code here. public class LabProgram f public static void main(String[] args) f Scanner s.ng = new Scanner(System. In); int highwayNumber; int primaryNumber: highwayNumber = senr.unextint (); primaryNumber = scni.nextint(); if (highwayNumber >=1& highwayNumber

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!