Ok, I am having trouble writing multiple lines to a text file.
the program starts, but it will not use new lines every time
when I want it to be run 4 times, the text file should look like this:
a b c d
it looks like this:
d
who knows how to solve this problem? All imports are imported correctly.
source (it is slightly edited, suppose everything is correctly defined):
import java.io.*; public class Compiler { public static void main (String args[]) throws IOException {
Azulflame
source share