- #1
Nothing000
- 403
- 0
Hello. I am writing a program, but I can't figure out how to do something. I want to do something like this:
Sample input:
abcdeft
01234567
asfgSample output:
The length of line 1 is: 6
The length of line 2 is: 7
The length of line 3 is: 3
Sample input:
abcdeft
01234567
asfgSample output:
The length of line 1 is: 6
The length of line 2 is: 7
The length of line 3 is: 3
Last edited: