I don't know much Java, but my friend need me to find naming issues in this java thing. can anyone help?
| Code: |
| package com.FuzzyOptimism.easter_eggs;
public class javaEgg { public static void main( String[] args ) { oneAndOnly(); } public static void oneAndOnly() { // The excerpt you need to find is the body of this method } } |
