id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

string_whyAreYouShouting


strings_whyAreYouShouting--Given a String return the same String in ALL CAPS.


string_whyAreYouShouting("on my way") → "ON MY WAY"
string_whyAreYouShouting("AFK 1 round") → "AFK 1 ROUND"
string_whyAreYouShouting("ttfn") → "TTFN"

...Save, Compile, Run (ctrl-enter)

public String string_whyAreYouShouting(String str){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy