Question: Need help with this one. Section 3: Analyze, Design and Complete the Code Check Point: 20 Minutes Yo u need to write a program to
Section 3: Analyze, Design and Complete the Code Check Point: 20 Minutes Yo u need to write a program to ask the user for the birth day by asking the day, the month and the year and shows the birthday in this format. 1/16/2018. Analyze the program to find out what variables do we need and how can we combine them into the proper output Afterwards, fill in the blanks so that the program is complete. import public class public static void (String[] args) f Scanner input new Scanner( .in) System.out.printin ("Enter the day of the birthday (1-31): )i int day input. int - input. -year = System.out.print ("Your Birthday is on "); System.out.println()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
