Write a static method to check the string

Assignment Help JAVA Programming
Reference no: EM13941076

P1. Write a static method that checks if a String represents a valid integer value and returns true if valid, or false if not. For example, "123", "-45", and "0" are valid integers, but "x7" and "3.14" are not. Use java.lang.Integer.parseInt() to perform the actual validity checking inside your method. Your method should also return false if the parameter String is null or empty.

It should NOT throw any exceptions back to the caller (but may use exceptions internally).

Use the following prototype for your method:

public static boolean isValidInt(String testIntval)

Show example output for the following values entered:
"42"
"-123"
"12-34"
"10.5"
"x7"
"" (length 0 string)
null (pass a Java null reference in a hardcoded call to isValidInt)

--------------------------------------------------------------------
P2. Write a Java method that returns the largest value passed to it.
Use the following prototype:

public static int max(int val1, int val2, int val3) {
// return the largest of the three values...
}

For example, the following call of your method sets 'n' to 30:

int n = max(20, 30, 10);

Note that any three values can be passed to this method.

The following would also set 'n' to 30:

int n = max(30, 30, 10);

Write a main() method to test your max method. It should input three values, call your max method, and then print the three values and returned max value as output, eg:

Input values: 30 20 10 - max value is 30

The max() method cannot read any input values, nor print any output values. All input and printing is done by the main() method that calls max().

Paste in both your source code for your max() method, and the runtime output showing the parameter values and returned maximum value for the following sample input values:

a) 30, 30, 30
b) 10, -10, 20
c) 40, 60, 50
d) 90, 70, 80
e) 50, 50, 25
f) 50, 50, 75
g) 200, 100, 200
h) 200, 400, 200
i) 300, 500, 500
j) 700, 500, 500

Reference no: EM13941076

Questions Cloud

Marketing strategies for your new product : Using Boston Consulting Group Matrix (BCG), outline, appropriate marketing strategies for your new product at each stage of its life-cycle.
Write ethics essay on the prison system : Write a 6 page ethics essay on the Prison system
Importance to consumer behaviour and marketing : Discuss the concept of perceived value and its importance to consumer behaviour and marketing.
Culture and leadership of the organisation : A critical review of the culture and leadership of the organisation. You should review these factors and consider their impact on the strategic decisions made. Your review may include consideration of the history of the organisation, its mission a..
Write a static method to check the string : The max() method cannot read any input values, nor print any output values. All input and printing is done by the main() method that calls max().
Where does liability lie for the managed care organization : Discuss the options, if any, MCO or PPO plan members have when denied coverage for medically necessary care.
Does junes camera shop appear to have grown in size : Does June's Camera Shop appear to have grown in size during the past two years? How long should it take June's Camera Shop to pay back the $125,000?
Market entry strategies that ikea adopt : Describe the market entry strategies that IKEA adopt in China and Japan respectively.
Requirements for packaging and stowage : Determine packaging and stowage requirements (3.1, 3.2, 3.3, 3.4) Analyse and determine the best options and requirements for packaging and stowage of your product.Research and document/ record the suitability and availability of the packaging and..

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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