Question: What prints to the console when this code is executed?
- Login successful...
- Valid user!
- an error, because the method signature of Login doesn't match the delegate
- Login successful... Valid user!
Answer: The correct answer of the above question is Option C:an error, because the method signature of Login doesn't match the delegate