Write a program which accepts 2 strings from the user and performs the following operation on it.
Example –
string1 = “Hello”
string2 = “World”
string3 must be “HellodlroW”
Both strings must be concatenated but after reversing the second string (as shown in string3 above).