Okay so we are doing a BankAccount program in my CS class. One method is supposed to return the information like this -
Account Name: <name here>
Account Number: <number here>
Account Balance: <balance here>
The instructions say to return it on multiple lines using the \n command.
How do I use the \n command to return multiple lines?
I don't know why we can't just use the terminal window and then I could do System.out.println(), but oh well.
Any help would be appreciated!