It might look something like this if it were possible:
System.out.println("My name is " + name + "." + /n + "I was born on " + xx + "/" + xx + "/" + xxxx);
// basically this would be to cut down on using two System.out.println(); functions
Basically, this would be to cut down on using two System.out.println(); functions.