Answered step by step
Verified Expert Solution
Question
1 Approved Answer
console.log(Dates); // 1. Prompt the user for their age and proceed to show in what year they // were born (you can assume they already
console.log("Dates"); // 1. Prompt the user for their age and proceed to show in what year they // were born (you can assume they already had their birthday in the current // year). // 2. Make a program that does the following: (1) Use a prompt to obtain the // birth year of the user. (2) Use a prompt to obtain the birth month of // the user. (3) Use a prompt to obtain the birth day of the user. // (4) Calculate how old the user is in days. (5) Show the result to // the user. java script
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started