Write a Java program to get particulars of his/her birthday and display it as shown below. Use 3 variables to hold date, month and year.
In this we are taking date, month and year with three different variable and then check whether the date is valid or not. The below program shows how to check whether the data value is valid or not. Example import java.util.*; class GetBirthDate { //get… Read More »Write a Java program to get particulars of his/her birthday and display it as shown below. Use 3 variables to hold date, month and year.