Find Here !!!

Wednesday, 19 March 2014

Program C++ menggunakan Function

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