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

 

frew@mclean.com > glueTwo
prev  |  next  |  chance

Returns a String that is a result of concatenation of str1 in an upper case form and str2 in a lower case form.


glueTwo("McLean", "School") → "MCLEANschool"
glueTwo("November", "First") → "NOVEMBERfirst"
glueTwo("rubiks", "CUBE") → "RUBIKScube"

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

public String glueTwo(String str1, String str2) { }

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

Difficulty: 100

Copyright Nick Parlante 2017 - privacy