AC Orange

AC Orange

  • NA
  • 1
  • 619

Birthday Scheduler

Jun 26 2015 12:39 AM
Short way to code an application that will accept a user input for the user firstname, lastname, birthday, address.
The program should then be able to display the user input using
the format:
Hi [Firstname] of the [lastname] family! You are currently [age]
years old.
You have xxx days, xxx hours and xxx minutes till your next
birthday.
(if the current date is the user's birthdate, the program should
greet the user with the following message:
"Today is your birthday, Happy birthday [Firstname]!")

Answers (1)