Last Updated: 17 Nov, 2023

Age Calculator - Part 1

Moderate
Asked in company
Oracle

Problem statement

Age Calculator - Part 1

Effortlessly discover your age with our user-friendly Age Calculator, transforming your birth date into insightful years.

Welcome, developers! Your task is to create a age calculator that provides a simple and effective solution, allowing users to enter their date of birth and instantly receive their precise age in years.


Task for students

  • Must to have
    • The id of the Calculate Age button should be 'btn'.
    • The id, of the input filed where you take age as a input, should be 'birthday'.
    • The id, of the place where you will declare the result, should be 'result'.
  • Functionality tested
    • Correctly showing the the age or not?

UI reference & demo
  • Use the given provided code and try to mirror the UI.


Evaluation
  • After submission, your solution will be evaluated automatically based on the tasks defined above.
  • Upon successful completion of all the tasks/requirements, you will get a full score, and there will not be any partial scoring.
  • You can work on your failed test cases & resubmit your solution.
  • Your problem will get evaluated instantly.

Do’s & don’t
  • Use the given code structure in editor and do not make any changes.
  • Do not modify existing classes or tags.
  • Focus on correct HTML structure and class names.

Query & feedback
  • In case of any query/feedback on this project, please fill this form & we will soon get in touch with you to resolve.

Best of luck, developers! We are eager to see your age calculator project!