#include
#include
using namespace std;
int main()
{
ofstream thefile("");
if (thefile.is_open()){
}
else
{
cout<<"you meassed up"< }
thefile<<"lo love the /n";
thefile.close();
}
#include #include using namespace std; int main() { ofstream thefile(""); if (thefile.is_open()){ } else { cout
0 Comments 0 Shares