Create a program that accepts two strings s1="coffee",s2="coldcoffee" and D denoting difference between length of s1 and s2. Print D number of "*" at prefix of s1, if the length of s1 is less than s2, print D number of "*" at suffix of s2 if length of s2 is less than s1.
Answers
Answered by
0
Answer:
Actually Iam not the student of computer Iam the student of commerce
Similar questions