/* Programmed by http://cppexamples.blogspot.com
https://www.facebook.com/cppexamples
Simple and easy coding for beginners*/
#include<iostream>
#include<Windows.h>
using namespace std;
void main()
{
cout<<"Hai"<<endl;
Sleep( 2000 );
cout<<"\tAlways"<<endl;
Sleep( 3000 );
cout<<"\t\tBe Happy"<<endl;
system("pause");
}
https://www.facebook.com/cppexamples
Simple and easy coding for beginners*/
#include<iostream>
#include<Windows.h>
using namespace std;
void main()
{
cout<<"Hai"<<endl;
Sleep( 2000 );
cout<<"\tAlways"<<endl;
Sleep( 3000 );
cout<<"\t\tBe Happy"<<endl;
system("pause");
}
0 Questions:
Post a Comment