Skip to content
C

snake_case to camelCase

Mediumjava

Convert a snake_case identifier to camelCase: remove each underscore and capitalise the letter that followed it.

Input: one token in snake_case (lowercase letters, digits and single underscores between parts; no leading or trailing underscore).

Output: one line — the camelCase form.

Input (stdin)

Output

Run your code to see output here...