Calculating the Length of a String

# Introduction In this lab, you need to manually find the length of a string by using a loop to iterate through the string characters and incrementing a count variable, and then print the count.

|60 : 00

Click the virtual machine below to start practicing