You are given a program that should read three strings, concatenate them and output the result.
For some reason, the program doesn't compile.
Fix all compile-time errors as well as logic-errors.
You are given a program that should read three strings, concatenate them and output the result.
For some reason, the program doesn't compile.
Fix all compile-time errors as well as logic-errors.
Sample Input 1:
a b cSample Output 1:
abcCreate a free account to access the full topic