Topic: Files and Streams
Codes discussed will be posted here. Write your conclusion on the File stream discussion.
File name: "zCh4_AverageTestScore.cpp"
Code:
*Note: use the link below to view the codes
--->> https://drive.google.com/file/d/1oGJvoH9fkwtj3htKhDvv9WlAqLdiahgh/view?usp=sharing
*Note: need proper codes and conclusion on how it's done and about the results. And please give the proper solution and explanation.
*Note: When doing the code it needs a conclusion based on the results and codes since the topic is about Files and Streams
Files enable one to create a new file or open an existing file. The file can then be opened in read, write , append , or read and write mode. Error handling are used to check if the file exists.
After using the file, it is closed.
Comments
Leave a comment