Advertisement
BlackBoY_

BOTAK SIBOTAK

May 25th, 2021
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class BOTAK {
  2.    public static void main(String[] args) {
  3.        int botak;
  4.        for(botak=0;botak<5;botak++){
  5.            System.out.println("SI BOTAK ("+botak+")");
  6.        }
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement