At Westonci.ca, we connect you with the answers you need, thanks to our active and informed community. Join our platform to get reliable answers to your questions from a knowledgeable community of experts. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

Blake is writing code and wants his users to enter their date of birth when prompted. Which of the following is the correct code to use? (5 points)

dob = answer("Hello! When is your birthday?")
dob = input("Hello! When is your birthday?")
dob = question("Hello! When is your birthday?")
dob = value("Hello! When is your birthday?")