Advertisement
BlackBoY_

PANIK GA BOS

May 25th, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. public class PANIK_BOS {
  2.    public static void main(String[] args) {
  3.        boolean panik;
  4.        
  5.        System.out.println("PANIK GA ?");
  6.        panik = true; //disini bisa di ubah true/false ya gais
  7.        if (panik == true){
  8.            System.out.println("PANIKLAH MASA ENGGA");
  9.        }else{
  10.            System.out.println("B aja");
  11.        }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement