Calculate the Length of a String

Write a program to find the length of a string without using len().

Scroll to Top