Introduction
In this challenge, you will practice file handling skills by creating a student record log in a school management system. The goal is to write student information, including name, ID, and grade, to a text file using C++ and the std::ofstream library. You will be required to create at least three student records and handle file stream errors appropriately.



