Question: Date.jave is provided below /* Programmer: Date: Project: Date File Name: Date.java Program Description: This program will print the date in multiple formats. */ public
Finish the program Date.java to complete the following: 1. Declare variables named day, date, month, and year. Day wll contain the day of the week (e.g.. Tuesday) and date will contain the day of the month (e.g., 18). Make sure you use appropriate data types for numbers versus words 2. Add a print statement to your program to print the date in standard American fornm (e.g., Wednesday, August 12, 2015) 3. Add a print statement to your program to print the date in standard European form (e.g., Wednesday 12 August, 2015)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
