[SOLVED] Program that reads an input file of several lines

10.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (3 votes)

Write a program that reads an input file of several lines, fetches and prints the first word from each line and discards the rest of the line. A word is defined as a sequence of characters, separated by spaces, tabs or newlines. As an example, if the input file is Cauchy.dat , you would fetch the first line and print Baron , then you would fetch the second line and print the word first and so forth.

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.