I come from C so working with files in java is kind of tricky for me.
I want to have the following file:
a = 3 b = 5 c = 1 d = 10
I want to be able to read whenever I want the values for a,b,c,d and also to be able to change the values for some of them.
I have tried a few things but I am not even close. Can anyone help?