0
The output trouble
Whenever i give my input through bufferedreader class, intializing an object with some name like br, it gives me back errors ;there’s no output for my program. It tells me “symbol not found” i dont understand what the heck to do with it. I code it like this: BufferedReader br=new BufferedReader(new InputStreamReader(System.in); If anyone knows what to do about this problem please humor me.
1 ответ
+ 1
Oh thank you very much . You are right i forgot to import the module.