Function
________________________________________________________
#include <iostream.h>
#include <conio.h>
void printmessage ()
{ cout<<"##########################"<<endl;
cout <<endl<< " >>> I'm a function ! <<<"<<endl<<endl;
cout<<"##########################";
}
main ()
{
printmessage ();
getch();
}
_____________________________________________________________
Semoga Bermanfaat (y)
No comments:
Post a Comment