-
2 Posts
-
1 ፎቶዎች
-
setudent at aksum
-
Lives in aksum
-
From awshe
-
Studied computer at akuClass of computer
-
Male
-
ተከታዮች 11 people
በቅርብ የተከናወኑ
-
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
ofstream thefile("");
if (thefile.is_open()){
}
else
{
cout<<"you meassed up"<<endl;
}
thefile<<"lo love the /n";
thefile.close();
}#include<iostream> #include<fstream> using namespace std; int main() { ofstream thefile(""); if (thefile.is_open()){ } else { cout<<"you meassed up"<<endl; } thefile<<"lo love the /n"; thefile.close(); }0 Comments 0 SharesPlease log in to like, share and comment! -
More Stories