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
}

0 Response to "contoh 2"

Post a Comment