Do you like reading books? If you do, then you must have encountered texts that have quite a wide space with dots in between them, just like pausing or thinking before proceeding the narration. Let’s try doing that here in C, shall we?
Input
Two lines containing a string on each.
Cody
Handsome
Output
Multiple lines containing a string on each.
Cody
.
.
.
Handsome
Comments
Leave a comment