CSC 270 - Survey of Programming Languages

Assignment #4b - A less basic string program in C

Due Wednesday, September 19, 2017

Using the string functions 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".r

A brief look at Assignment #4a may help.

[Back to the Assignments List]