I\'m creating a small program that saves a int value into a text file, saves it, and loads it when you start the program again. Now, I need 3 more booleans to be stored in t
Try using %n instead of \n when using format. For details on this, please see the Formatter API and search this page for "line separator" and you'll see.