Create a class called verify that will be used to validate

Assignment Help JAVA Programming
Reference no: EM131104660

Exception Handling

First, create three exception classes named NumberHighException, NumberLowException, and NumberNegativeException. Both NumberHighException and NumberLowException should be directly subclassed from the Exception class, but NumberNegativeException should be subclassed from NumberLowException. You can use the BadDataException class that was defined in this module as the model for your exception classes.

Next create a class called Verify that will be used to validate that a number is within a specified range. It should have one constructor that has two int parameters. The first parameter is the minimum number in the range, and the second parameter is the maximum number in the range.

In addition to the constructor, the Verify class should have one method that is named validate. The validate method should have a single parameter of data type int. The parameter contains the number that is being validated. If the value of the parameter is less than zero, the method should throw a NumberNegativeException. If the value is less than the minimum value of the range, it should throw a NumberLowException. If the value is greater than the maximum value of the range, it should throw a NumberHighException. If the value is within the specified range, no exception should be thrown.

Once all of these classes are created, create the driver class called Program5. The driver class should instantiate a Verify object with a range of 10 to 100. It should then do the following:

  • Prompt the user to input a number within the specified range.
  • Use a Scanner to read the user input as an int. You can ensure that an int was entered because the nextInt method throws an InputMismatchException if any non-digits are entered.
  • Call the validate method to validate that the number is within the range.
  • Print an appropriate error message if the value is not within the range, or print the value if it is within the range.

You may use any Java IDE you choose to develop your source code, compile and link your code, and execute your program (jGRASP is recommended). Or you may use the Windows Command Prompt.

You are to submit the following deliverables in a single Microsoft Word file in this order, and clearly labeled:

  • A screen snapshot of your Java source code (all file(s) shown separately) displayed in the IDE or Windows editor showing a successful compilation, if possible (only the beginning of the source file(s) are necessary).
  • A listing of your entire source code file(s).
  • A screen snapshot of all of your program's outputs for the specified values shown in the five Input/Ouput screens. Failure to show any of them will result in lost points.

Your instructor may compile and run your program to verify its correctness.

You will be evaluated on (in order of importance):

  • Following directions, and the completeness and packaging of all deliverables.
  • Correct execution of your program (this includes proper compilation). This also includes getting thecorrect answers!
  • Proper commenting of your Java code and indentation (as specified in the text).
  • Neatness in packaging of your deliverables (to include putting the items in the correct order, as specified above).

Reference no: EM131104660

Questions Cloud

Why are control structures needed in a program : Discussion Question: Why are control structures needed in a program? Describe the benefits of breaking up a program into small modules
Sales letter using monroe motivates sequence : Midterm Imagine a product that might solve a common problem in your industry of interest. Write a sales letter using Monroe's Motivates Sequence, targeting a potential buyer of the product.
What are areas of prosecutorial discretion : What are areas of prosecutorial discretion? Provide examples of discretion and misconduct.
Create the journal entry when the service is provided : Create the journal entry when the service is provided. Create the journal entry when the cash is received. Create the proper journal entry for when this purchase is made. Why did the GASB probably deem it as being necessary?
Create a class called verify that will be used to validate : Next create a class called Verify that will be used to validate that a number is within a specified range. It should have one constructor that has two int parameters
Examine the risk factors and the various protective factors : Examine the risk factors and the various protective factors that may mitigate the level of risk. Identify any gender differences that impact the salience of these factors.
Essay summary of the textbook - corporations : Write an Outline of textbook chapter by chapter and write an essay summary of the textbook in a minimum of 2000 words.
Describe the components of the system : Elise Sullivan moved to New York City in September to begin her first job as an analyst working in the Client Services Division of FirstBank, a large investment bank providing brokerage services to clients across the United States.
Explain from psychoanalytic approach about unconscious mind : Explain one of the theories from the cognitive approach about how thinking is believed to increase a person's vulnerability to develop a mental disorder (e.g., learned helplessness, negative thinking, etc.).

Reviews

Write a Review

JAVA Programming Questions & Answers

  Program-measure running time of different sorting algorithms

Write a JAVA program that measures the running time of different sorting algorithms such as heap sort, in-place quick sort and merge sort for 10,000 randomly generated integer numbers.

  Demonstrate how the quicksort algorithm behaves

Demonstrate how the quicksort algorithm behaves. You will be implementing quicksort, but in a way that allows the program's user to visually observe how the algorithm proceeds by watching animated colored bars.

  Write the complete code for a public java class

Write the complete code for a public Java class called Change Machine that can hold nickels, dimes and quarters. Include a private instance variable to hold each type of coin that the machine hols.

  How can worms and viruses be introduced to a web site

Include ways that a Website can be attacked by malicious users such as Java script insertion, SQL insertion, hidden field manipulation, header manipulation and cookies

  Write a program to display a simplified bill

Write a program to display a simplified bill. The customer's name, the number of hours of labor, and cost of parts and supplies should be entered into the program via text boxes. When a button is clicked, the customer's name and the three costs sh..

  Generates n random numbers

Create a VI that generates n random numbers, where n is a user input. Display the n random numbers in an array, and in a second array display the same random umbers in ascending order.

  How this form may be protected from credit card frauds

Explain if replacing the fields, like social security number to credit card numbers will have any impact on the underlying codes? How this form may be protected from credit card frauds?

  Class pointparameters

What is the output of the following Java program? Explain in terms of how parameters are passed in Java.import java.awt.*;class PointParameters

  Write a script that clears the screen

Write a script that clears the screen, determines how many sessions you are in (use who, grep, and wc), compare 2 files that are passed as parameters using diff and cmp, and sort the first file.

  Reads in up to 1000 non-negative integers

Write a program that reads in up to 1000 non-negative integers and displays distinct numbers (i.e., if a number appears multiple times, it is displayed only once). (Hint: Read each number and store it in an array if it is new. If the number is alread..

  Setting up the form page

Download and save the attached comment CGI mailer script form-mail2.pl to your server's cgi-bin directory, and change the permissions on the script to make it executable (not writable).

  Digital image processing using java

Digital image processing using java ..create plugin using Jedit and run it in imageJ

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd