CPPForSchool.com: String Set 1 Assignment 1

1. Write a program to find the length of string.


This assignment was a lot of fun.  I was able to code it rather quickly.  It was quite interesting to utilize "cin.getline".  It will take getting use to using cin without an immediate set of "<<", but I am sure it comes with the territory.  Below is my source, output, and the sample source/output.










Comments

Popular posts from this blog

CPPForSchool.com: Variable, Operator & Expression Set 1: Assignment 9

CPPForSchool.com: Array - Single Dimension Set 1 Assignment 6

CPPForSchool.com: Variable, Operator & Expression Set 1: Assignment 8