EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
9th Edition
ISBN: 9781337671385
Author: FARRELL
Publisher: CENGAGE LEARNING - CONSIGNMENT
bartleby

Concept explainers

Question
Book Icon
Chapter 12, Problem 7PE
Program Plan Intro

Display list

Program plan:

Filename: “UsedCarException.java”

  • Define “UsedCarException” class which extends from “Exception” class
    • Define the constructor
      • Call the super method.

Filename: “UsedCar.java”

  • Define the “UsedCar” class
    • Declare the required variables and set the values
    • Define the default constructor
      • Set the values
    • Define the parameterized constructor
      • Set the values
      • Check “num” length is not equal to “VIN_NUM_LENGTH”
        • Set the value
          • Iterate “x” until it reaches “num” length
            • Check “num” is not a digit
              • Set the value
          • Iterate “x” until it reaches “MALES” length
            • Check “carMake” is not equal to “MAKES [x]”
              • Set the value
          • Check “isGoodMake” is false
            • Set the value
          • Check “carYear” is less than “LOW_YEAR” or greater than “HIGH_YEAR or “miles” less than 0 or “pr” less than 0
            • Set the value
          • Check “isBad” is true
            • Throw an exception
          • Set the values
    • Define the “getVin” method
      • Set the values
    • Define the “toString” method
      • Return the values.

Filename: “ThrowUsedCarException.java”

  • Define the class “ThrowUsedCarException”
    • Define the “main” method
      • Create an object for “UsedCar” class
      • Declare the variables and set the required values to the variables
      • Iterate “for” loop until it reaches length of the “UsedCar”
        • Set the values to the object
      • Iterate “for” loop until it reaches length of the “UsedCar”
        • In “try” block, set the values
        • In “catch” block, display the course and error
      • Display the course values

Blurred answer
Students have asked these similar questions
I need help creating the network diagram and then revising it for the modified activity times.
Activity No. Activity Time (weeks) Immediate Predecessors 1 Requirements collection 3 2 Requirements structuring 4 1 3 Process analysis 3 2 4 Data analysis 3 2 5 Logical design 50 3,4 6 Physical design 5 5 7 Implementation 6 6 c. Using the information from part b, prepare a network diagram. Identify the critical path.
Given the following Extended-BNF grammar of the basic mathematical expressions:  Show the derivation steps for the expression: ( 2 + 3 ) * 6 – 20 / ( 3 + 1 ) Draw the parsing tree of this expression. SEE IMAGE
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Text book image
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
Programming Logic & Design Comprehensive
Computer Science
ISBN:9781337669405
Author:FARRELL
Publisher:Cengage
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
Text book image
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781305480537
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT