BlackBoY_

BlueRangers

Jun 16th, 2021 (edited)
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package PouerRenjer;
  2.  
  3. public class BlueRangers extends PowerRangers{
  4.     String color = "Blue";
  5.     public void bluepower(){
  6.         System.out.println("Air");
  7.     }
  8. }
Add Comment
Please, Sign In to add comment