Re-Form the Word

Published by Nomore in

A word has been split into a left part and a right part. Re-form the word by adding both halves together, changing the first character to an uppercase letter.

Examples

GetWord("seas", "onal") ➞ "Seasonal"

GetWord("comp", "lete") ➞ "Complete"

GetWord("lang", "uage") ➞ "Language"

Notes

N/A

Watch a quick demo on how Edabit works.