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
1
Answer:
testing with string 222222
Similar questions