Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class PANIK_BOS {
- public static void main(String[] args) {
- boolean panik;
- System.out.println("PANIK GA ?");
- panik = true; //disini bisa di ubah true/false ya gais
- if (panik == true){
- System.out.println("PANIKLAH MASA ENGGA");
- }else{
- System.out.println("B aja");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement