0
[Solved]Can anyone help me with this Java code?
Hi, I cant understand why there is no output : https://code.sololearn.com/cd30PofvX93H/?ref=app Please help me, thank you.
4 Answers
+ 1
https://code.sololearn.com/cN24kiaWge7N/?ref=app
You forgot to call your accept function.
+ 1
Program starts in main()
public static void main(String[] args) {
new Program().accept();
}
void accept() {
...
//Program op = new Program();
//op.
Prime(m);
0
Eashan Morajkar and zemiak thanks!
0
Welcome It's Roy