Long Parameter List — is a parameter lists more than three or four parameters of a method Sign & Symptoms fun createAccount(
name: String,
email: String,
phone: String,
address: String,
city: String,
state: String,
country: String,
zipCode: String,
creditCardNumber: String,
expirationDate: String,
cvv: String
) How to solve it? Replace…