Question: On Dev C++Write a c++ program that displays the following messages in a looping menu format: Enter 1 to read Name, age and place of
On Dev C++Write a c++ program that displays the following messages in a looping menu format: "Enter 1 to read Name, age and place of birth of a person from keyboard and save them into the file named dataFile.txt" "Enter 2 to display the content of the dataFile.txt file." "Enter 3 to exit." If the user enters a menu selection value different than 1, 2 or 3 display an error message such as "Invalid entry..." and display the menu again.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
