Facebook problem help ?!?

Why does my Facebook sends text messages to MY BROTHERs phone?! Idk but my Facebook is private so. What should I do ?! And idk if it ever happened to someone. And no I’ve never logged in from his phone. This is so weird so please help Check the Number …

Cannot interpret compile time errors java?

^ Bank.java:24: cannot find symbol symbol : method addMonthlyInterest() location: class Customers[] customer.addMonthlyInterest(); ^ Bank.java:29: incompatible types found : Customers required: Customers[] for (Customers[] customer: customers) ^ 6 errors here I have created an Account, Customers and Bank class. In Account: Customers[] customer; In Bank: Account[] account; for (Customers[] customer: …