Berlangganan

About Me


contoh 31

# include <iostream.h>
void main ()
{
    cout<<"tes to go"<<endl;
    goto selesai;

    cout << "hai,saya kok tidak disapa" <<endl;

    selesai:
    cout<<"selesai..."<<endl;
}

output

tes go to
selesai...

0 Response to "contoh 31"

Post a Comment