Hello,
when I do:
System.out.println("out.txts\t\t"+"asdf");
System.out.println("out.txt\t\t"+"asdf");
I get:
out.txts asdf
out.txt asdf
I have also tried printf.
Is there a way to align the two print result without adding an extra \t for out.txt?
when I do:
System.out.println("out.txts\t\t"+"asdf");
System.out.println("out.txt\t\t"+"asdf");
I get:
out.txts asdf
out.txt asdf
I have also tried printf.
Is there a way to align the two print result without adding an extra \t for out.txt?