Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Explore a wealth of knowledge from professionals across different disciplines on our comprehensive platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

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.