CSC 271 - Software I: Utilities and Internals

Assignment #17 - A less basic string program.

Due Friday,December 8, 2017

Using the string methods that we have learned so far, write a program that will allow the user to type in line of text until the user types in the phrase "The end" on a line by itself. The program will print the number of lines that contain the string "is".

[Back to the Assignments List]