Build a Java Application that reads one file, line by line. The application uses two Java objects, declared from classes you created: 1) One object is a numberSummer Object that initializes to zero 2) Another object is a stringSummer object that initializes to "".
When a line is read that is a number, the number is added (summed) to the numberSummer object.
When a line is read that is a string, that string is added (appended) to the stringSummer object.
In the end, (EOF of the input file) two output files are written, with the contents of the numberSummer and the stringSummer going to separate files.
The numbers can be integers, doubles, or floats... anything else can be considered as string.
Please help me. I need the full code for this problem i will be very grateful to whoever helps me!!!!!!
Nobody here will do the homework for you, but we'd be more than happy to help you with any problems you have. Please post the code you have so far and describe what problem you're having.