The program I am creating displays the output into the console and prints out tables. I want the header of these said tables to be bold, how can I do that?
here is what I want bold:
System.out.printf("%100s\n", "January");
Just the word January.