Something like..
#include <iostream>
using namespace std;
int main()
{
int i = 0;
int j = 0;
for (i; i<4;i++)
cout << "|_|";
if (i==4) cout << "\n";
for (j; j<4; j++)
cout << "|_|";
if (j==4) cout << "\n";
system("PAUSE");
return EXIT_SUCCESS;
}
God I have no idea xD


Sign In
Create Account


Back to top









