public class PeepersIsGod extends Memes { public static main void(String args0[]){ int rand = (int) (Math.random()*2 + 1); if(rand == 1){ System.out.println("Peepers is love"); }else{ System.out.println("Peepers is life"); } memesAreFoony(); } public void memesAreFoony(){ System.out.println("memes"); } }