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

 

srp4379@lausd.net quiz4 > conCat
prev  |  next  |  chance

String conCat(String a, String b): Returns a concatenation of the first 2 characters of String a, and the first character of String b.


conCat("abc", "XYZ") → "abX"
conCat("Help", "Nobody") → "HeN"
conCat("0123456789", "ABCDEFG") → "01A"

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

String conCat(String a, String b) { }

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