1. Learn
  2. /
  3. Courses
  4. /
  5. Input/Output and Streams in Java

Connected

Exercise

Performing date calculation

Date arithmetic allows you to modify dates dynamically. In this exercise, you will calculate both a future date by adding days and a past date by subtracting days from the current date.

Instructions

100 XP
  • Get the current date.
  • Add 10 days to the current date.
  • Call method to subtract days from the current date.
  • Provide the correct input to subtract 5 days