I want to make something that adds numbers over and over again.
If you add 50 at the beginning, it is saved in the core data, and if you add 80 again later, I want 130 to be saved in the core data right away.
How do I store the stored value directly in Core Data and add another number to that data?