I have a question regarding java io*.
How can I input things into the java console, which after inputting gets added to the java file linked to.
The problem is that I need to create a people database, for which I can create a new Person, with email, number etc (of course only if this information is available to me, so that I can create that person's profile. I know how to link a text file to my java file and also display the content of it in the console, but in order to do that I only know how to add that output to the java source code. But I need to be able to create new persons entries in the console.
Easy said: I am a bank manager and only have the console to create a new people database but I do not have access to the source code. I hope the problem here is clear. Thanks in advance.