bjflash7813 bjflash7813 22-03-2024 Computers and Technology contestada What is the correct way to set the username for a Customer object? 1) c1.userName = c1.setUserName("Sophia"); 2) c1.setUserName("Sophia"); 3) c1.userName("Sophia"); 4) c1.userName = "Sophia";