This is my main class:
this is my other class:and this is the message eclipse gives me:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, String)
at nikolai.tuna.saying(tuna.java:13)
at nikolai.apples.main(apples.java:12)
I copied this piece of code from a thenewboston.org tuturial that ive not been allowed to link because im new.
If you could give me a fix and possibly an explanation as im learning java that would be really nice!
I'd be much obliged of your help