Read the input string and duplicate it in the file MyFile.txt.
Examples:
1) Input string:
Yohoho!
After we have launched the code:
Yohoho!Yohoho!
2) Input string:
meow
After we have launched the code:
meowmeow
Read the input string and duplicate it in the file MyFile.txt.
Examples:
1) Input string:
Yohoho!
After we have launched the code:
Yohoho!Yohoho!
2) Input string:
meow
After we have launched the code:
meowmeow
Create a free account to access the full topic