Input must be Dynamic
i want to accept two stings
s1="';
s2="";
if s1="john"; and s2="wick"
my output will be addition of first and last two letters of respective strings ex: jock
pls help me i am a beginner