Gloryaa

5_3

Sep 22nd, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main(){
  5. int i;
  6. cetak:
  7.  
  8. cout<<"C++ Sangat Mudah"<<endl;
  9. if(i++<10) goto cetak;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment