I have code in a txt file
public class TestClass {
static void main(String[] args) {
int id;
int number;
id = 3;
number = 33
telNo = id
int id;
}
}
I know how to read the file using bufferedreader and get the line number but i would like to know hw the StringTokenizer can be used in here while reading the line by line and how to create a simple error System.out.println eg: telno is not equal to id because telno is not declared and int id repeated twice