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

 Date.jave is provided below /* Programmer: Date: Project: Date File Name:
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 class Date{
public static void main(String[] args){
// start your code here
}
}

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!