# 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...
Friday, 13 January 2012
CPP
0 Response to "contoh 31"
Post a Comment