Data Structures and Algorithms in C++

Presidents
This assignment will give you practice using simple control statements and text I/O
statements. Write a C++ program that will read a text file presidents.in that contains
information about former U.S. presidents and generate a report to the standard output,
which is the screen by default.
At the above CodeCheck URL, complete the program presidents.cpp in CodeCheck’s
edit box, and then press the “Submit” button. CodeCheck will compile and run your
program, and compare your output to a master report. You can type into CodeCheck’s
edit box directly, or you can first edit and test your program in the Eclipse or NetBeans
IDE, and then

Leave a Reply

Your email address will not be published. Required fields are marked *