Question: Complete the following program based on the comments provided. #include //include the file stream header file #include using namespace std; int main() { //open
Complete the following program based on the comments provided. #include //include the file stream header file #include using namespace std; int main() { //open a file with the name greeting.txt //Store the message "Good Morning" in the file //Close the file. //open the same file again //read the message into a string variable //display the string //close the file. return 0;
Step by Step Solution
There are 3 Steps involved in it
To complete the program based on the provided comments you need to open a file named greetingtxt wri... View full answer
Get step-by-step solutions from verified subject matter experts
