[ create a new paste ] login | about

Link: http://codepad.org/XG9bLSFf    [ raw code | output | fork ]

C++, pasted on Apr 29:
1
2
3
4
5
6
7
8
9
10
11
12
13
#include<iostream.h>
int main ()
{
int c=22738;
if(c<=22738)
cout<<"Expired prodect \n\n";
cout<<"This is the end of the prodect\n";

//my name is shahad.
//Article of this program is : prodect data.

return 0;
}


Output:
1
2
3
Expired prodect 

This is the end of the prodect


Create a new paste based on this one


Comments: