You have defined a class named Invoice that contains two non…

You have defined a class named Invoice that contains two non-static private fields, invoiceNumber and amount. When you write a main() function and declare one Invoice object named anInvoice, you can display the object’s amount field with the statement ___________ .