Write a program to do the following: ask the user for two integers x and y. calculate x times y and print out the result. calculate x plus y and raise the result to the power of 3. print out the result. ask the user for the day, the date, the month and the year. print out this inormation in the format today is tuesday the 3rd of june 2020.