Task#3: Book store Write a C++ program to save books data user will enter Book Title, Year, Author as long as the user d
Posted: Sat May 14, 2022 2:57 pm
Task#3: Book store Write a C++ program to save books data user will enter Book Title, Year, Author as long as the user did not enter -1 and save data into a file without deleting the old data Hint : use getline method Enter Book Title Enter Book year Enter Book Author Sample Output : Data saved successfully