logo Practice-It logo

crazyCaps

Language/Type: Java String Character return
Author: Marty Stepp (on 2013/01/07)

Write a method named crazyCaps that accepts a string as a parameter and returns that string with the capitalization altered such that the even letters are all in lowercase and odd letters are all in uppercase. Note that non-alphabetic characters do not count as letters. For example, the call of crazyCaps("Hey!! THERE!") should return "hEy!! ThErE!".

Type your solution here:


This is a method problem. Write a Java method as described. Do not write a complete program or class; just the method(s) above.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.