0
What is the mistake i did in the code, please help me -
2 odpowiedzi
+ 2
Why class <break> ?
Make it a normal class with a class name that doesn't not match any java keywords.
Also in the import statement you are missing a dot before * and it is not at all necessary to include in your program.
import java.io.*;
0
Thanks @avinesh