1. Write a public static method named getMaxOf2Ints that takes in 2 int arguments and returns the Maximum of the 2 values 2. Write a public static method named getMinOf2Ints that takes in 2 int arguments and returns the Minimum of the 2 values 3. Write a public static method named getMaxOf3Ints that takes in 3 int arguments and returns the Maximum of the 3 values

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Java code using other methods within the main method.

8. Write a public static method named isProdOfAllNegativelnts Negative that takes in 1 int argument
and returns true if the product of all the values between -1 and that number is negative, and false
otherwise.
9. Write a public static method named getCharAtIndex that takes in 2 arguments, a Strings, and an
int index. The method should return the char found at the index location of the string or if not found
return a '?'
10. Write a public static method named getCountOfCharlnString that takes in 2 arguments, a String s,
and a char c. The method should return an int representing the number of times the char was found
within the string.
11. Write a public static method named getString Reversed that takes in 1 argument of type String and
returns the String in reverse order.
12. Write a public static method named getString Title Cased that takes in 1 argument of type String and
capitalizes the first letter of each word in the String, then returns the title cased string.
Special cases (error checking):
• If the string is null, the method should return a blank string, "".
•
If the string is the blank string, "", the method should return the blank string.
•
If the length of the string is 0, the method should return a blank string.
Example:
Input: "the dog ate my homework!"
Input: "tHe Dog atE My HOMEWORK!"
Input: "THE DOG ATE MY HOMEWORK!"
Returns: "The Dog Ate My Homework!"
Returns: "The Dog Ate My Homework!"
Returns: "The Dog Ate My Homework!"
Transcribed Image Text:8. Write a public static method named isProdOfAllNegativelnts Negative that takes in 1 int argument and returns true if the product of all the values between -1 and that number is negative, and false otherwise. 9. Write a public static method named getCharAtIndex that takes in 2 arguments, a Strings, and an int index. The method should return the char found at the index location of the string or if not found return a '?' 10. Write a public static method named getCountOfCharlnString that takes in 2 arguments, a String s, and a char c. The method should return an int representing the number of times the char was found within the string. 11. Write a public static method named getString Reversed that takes in 1 argument of type String and returns the String in reverse order. 12. Write a public static method named getString Title Cased that takes in 1 argument of type String and capitalizes the first letter of each word in the String, then returns the title cased string. Special cases (error checking): • If the string is null, the method should return a blank string, "". • If the string is the blank string, "", the method should return the blank string. • If the length of the string is 0, the method should return a blank string. Example: Input: "the dog ate my homework!" Input: "tHe Dog atE My HOMEWORK!" Input: "THE DOG ATE MY HOMEWORK!" Returns: "The Dog Ate My Homework!" Returns: "The Dog Ate My Homework!" Returns: "The Dog Ate My Homework!"
1. Write a public static method named getMaxOf2Ints that takes in 2 int arguments and returns the
Maximum of the 2 values
2. Write a public static method named getMinOf2Ints that takes in 2 int arguments and returns the
Minimum of the 2 values
3. Write a public static method named getMaxOf3Ints that takes in 3 int arguments and returns the
Maximum of the 3 values
4. Write a public static method named getMedianOf3Ints that takes in 3 int arguments and returns the
Median Value of the 3 values
5. Write a public static method named printMinOf3Ints that takes in 3 int arguments of type int and
prints the minimum value of those 3 ints
Example: "The min is " + minVal
6. Write a public static method named getProdOfAllPositivelnts that takes in 1 int argument and
returns the product of all the values between 1 and that number.
If the argument is NON-positive return 0
7. Write a public static method named getProdOfAllNegativelnts that takes in 1 int argument and
returns the product of all the values between -1 and that number.
If the argument is NON-negative return 0
Transcribed Image Text:1. Write a public static method named getMaxOf2Ints that takes in 2 int arguments and returns the Maximum of the 2 values 2. Write a public static method named getMinOf2Ints that takes in 2 int arguments and returns the Minimum of the 2 values 3. Write a public static method named getMaxOf3Ints that takes in 3 int arguments and returns the Maximum of the 3 values 4. Write a public static method named getMedianOf3Ints that takes in 3 int arguments and returns the Median Value of the 3 values 5. Write a public static method named printMinOf3Ints that takes in 3 int arguments of type int and prints the minimum value of those 3 ints Example: "The min is " + minVal 6. Write a public static method named getProdOfAllPositivelnts that takes in 1 int argument and returns the product of all the values between 1 and that number. If the argument is NON-positive return 0 7. Write a public static method named getProdOfAllNegativelnts that takes in 1 int argument and returns the product of all the values between -1 and that number. If the argument is NON-negative return 0
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
void method
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT