Because identifiers in a programming language cannot contain any spaces, programmers use conventions when stating the names of variables and subroutines. Popular conventions include PascalCase and camelCase.
Write a program that takes three inputs; two words and the convention required; and then outputs the combined words in the style the user has selected.