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...

Related Posts :

  • contoh 19 // contoh penggunaan if # include <iostream.h> void main() {     int usia; &… Read More...
  • contoh 17 // program untuk mempertukarkan nilai A dengan nilai B # include <iostream.h> void main () {… Read More...
  • contoh 18 # include <iostream.h> # include <conio.h> void main () {  int nilai;  clrsc… Read More...
  • contoh 21 # include <iostream.h> void main () {   int usia;   cout << "berapa usia and… Read More...
  • contoh 20 # include  <iostream.h> void main () {   int m = 166;     if(m == … Read More...

0 Response to "contoh 31"

Post a Comment