0
It says selection doesnot contain a main type What should i do
2 Respostas
+ 1
The entry point for Java programs is the method:
public static void main(String[] args) {
//Code
}
If you do not have this, your program will not run.
0
I tried that it didnt work it still says the same thing is there some other way