Question: 2. Create a method called printEven which takes an integer parameter and prints even numbers up to and including that number. For example, if the
2. Create a method called printEven which takes an integer parameter and prints even numbers up to and including that number. For example, if the parameter is 8, then the method will print out: 2 4 6 8. If the number is less than 2 print out Number is too small).
3. Create a method called printStringUCLC which takes a String parameter and prints out the String in uppercase and lowercase.
These are java oracle problems. Thanks for any help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
