My program takes in a date in the format (mm/dd/yyyy) and I want to create a method which increments that date by any number (given to us by the user). What would be the best way of doing this,...