• + 1 comment

    The printf is for formatting and when we give %s it indicate the String need to format, the number indicate (15) starting point for printing string (##) and \n indicate for new line so that ## will start printing in a new Line and start from 15th space for more details refer

    *https://docs.oracle.com/javase/tutorial/java/data/numberformat.html *