Write a program that takes a string and prints its length.
The input string whose length you need to find is already stored inside the string variable, use it in your solution.
Write a program that takes a string and prints its length.
The input string whose length you need to find is already stored inside the string variable, use it in your solution.
Sample Input 1:
fooSample Output 1:
3Create a free account to access the full topic