Skip to content

Instantly share code, notes, and snippets.

View SibghatullahDurrani's full-sized avatar

Sibghatullah Durrani SibghatullahDurrani

View GitHub Profile
public class Question1 {
public static void main(String[] args) {
//Outputs for BunnyEar Functions
System.out.println(bunnyEars(0));
System.out.println(bunnyEars(1));
System.out.println(bunnyEars(2));
System.out.println(bunnyEars(234));
//Output for Equals Not Function