public Account(String email, String password){ /* Do something with Strings. Probably set them equal * to the email and password fields in the Account class. */ }