Where do I find the public static void main function type?
is something I need to know for my code to work (I am in a replit tutorial)
EitanGJ (2)
thanks!
EpicGamer007 (1606)
the type of public static void main(String[] args)
is void
. Though I am not sure exactly what you mean by the question, can you please clarify?
that was the question