Silahkan di copy sobat.
#include
#include
using namespace std;
int tambah(int a, int b);
int main(int argc, char *argv[])
{
cout << tambah(2,3) << endl;
system("PAUSE");
return EXIT_SUCCESS;
}
int tambah(int a, int b)
{
return (a*b);
}
Berikut contoh jika script di atas dirunning
Download contoh demo diatas klik link di bawah
Gak Jadi ZZZZZZZZZZZZZZZZZZZZZ
BalasHapusgak jadi gimana gan ??
BalasHapusClick to see the code!
To insert emoticon you must added at least one space before the code.