#include <>
using namespace std;
int main()
{
int x;
for(x=3; x >= 0; x = x-1;)
{
cout << "Kok is still in the basics of C++"/n;
cout << "Kok has " << x;
cout << " Days Left."/n;
cout << "GG!";
}
}
GG!
using namespace std;
int main()
{
int x;
for(x=3; x >= 0; x = x-1;)
{
cout << "Kok is still in the basics of C++"/n;
cout << "Kok has " << x;
cout << " Days Left."/n;
cout << "GG!";
}
}
GG!
Comments (0)
Post a Comment