<p>Hello, I need help with a C++ assignment. The assignmentrequires modification of the given code:</p><p>--------------------------------------------------------------------------------------------------------------------</p><p>#include <iostream><br/>#include <fstream><br/>#include <cstdlib></p><p>using namespace std;</p><p>class Car<br/>{<br/>private:<br/>string reportingMark;<br/>int carNumber;<br/>string kind;<br/>bool loaded;<br/>string destination;<br/>public:<br/>Car(){setup("", 0, "other", false, "NONE");}<br/>Car(const