Gloryaa

5_4

Sep 22nd, 2022
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. main(){
  5. int a;
  6.  
  7. cout<<"Bilangan Ganjil : ";
  8. for(a=0;a<35;a++){
  9. a = a+1;
  10. cout<<" "<<a;
  11. }
  12. cout<<endl;
  13. cout<<"Bilangan Genap : ";
  14. for(a=1;a<35;a++){
  15. a = a+1;
  16. cout<<" "<<a;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment