I am working on a programm in C# forms, where the user has to solve problems. Only when the user has finished a problem he is free to continue with the next one.
I want to save the progress of the user so he doesnt have to do it all over again when he closes and reopens the programm. I thought maybe a bool array (for each problem one bool, solved true or false) could do the job.
But how do i Save it?