Javhd Account //top\\
// Assume we have a UserRepository class to interact with the database UserRepository repository = new UserRepository(); repository.createUser(username, email, hashedPassword);
// Assume we have a UserRepository class to interact with the database UserRepository repository = new UserRepository(); repository.createUser(username, email, hashedPassword);