The LocalDate class describes a calendar date that does not depend on a location or time zone.

Question:

The LocalDate class describes a calendar date that does not depend on a location or time zone. You construct a date like this:

image text in transcribed

Your task is to write a program that prints • The weekday of “Pi day”, that is, March 14, of the current year.
• The date and weekday of “Programmer’s day” in the current year; that is, the 256th day of the year. (The number 256, or 28, is useful for some programming tasks.)
• The date and weekday of the date that is 10,000 days earlier than today.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: