Berlangganan

About Me


contoh 2

# include <iostream.h>
void main ()
{
int n;
n=66; // sama juga jika di tulis int n=66;
    cout<<n<<endl; // n sebagai variabel
    cout<<'n'<<endl; // end sebagai karakter
}

Related Posts :

  • contoh 34 // nama program : clokal_eksternal.cpp // contoh program variabel lokal dan eksternal # include &l… Read More...
  • contoh 31 # include <iostream.h> void main () {     cout<<"tes to go"<<endl… Read More...
  • contoh 33 # include <iostream.h> void tampilkan_judul(); void main () {     tampilkan_j… Read More...
  • contoh 35 # include <iostream.h> /* contoh program transfer by value*/ int tambah(int x); void main()… Read More...
  • contoh 32 # include <iostream.h> double hasil ( int A, int B); void main () {   int x,y;   … Read More...

0 Response to "contoh 2"

Post a Comment