Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a Java public static method called method40 that receives a String (s) and an integer number (n). It returns a String. If the number
Write a Java public static method called method40 that receives a String (s) and an integer number (n). It returns a String. If the number n is bigger than or equal to the lenth of the String s, the method returns the complete String s, but converted all to upper case.
on the other hand, if n is smaller than the length of s, but is a positive number, then the method returns the complete Strings, but converted all to lower case. If n is negative, the method returns empt String ("")
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started