Computer Science, asked by soundarya1992t, 8 months ago


Write a Program to accept any two Strings (String1, String2) through command line arguments and insert" Testing" between the Strings with padding of spaces as "String1 concat" Testing" with "String2"
and return the resultant String as "String1 Testing String2".​

Answers

Answered by sachinjosyulayn
1

Answer:

testing with string 222222

Similar questions