CharleeG943 CharleeG943 11-01-2024 Computers and Technology contestada Write a program that prompts the user to enter two dates, then prints the difference between them, measured in days. Hint: Use the mktime and difftime functions.