At Westonci.ca, we connect you with the answers you need, thanks to our active and informed community. Get quick and reliable solutions to your questions from a community of experienced professionals on our platform. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Write pseudo-code for a program which will ask a user to enter two numbers a and
It then asks what operation is to be performed: a*b, a/b, a//b or a%b, performs the
appropriate calculation and prints out the result.
If the user does not enter a valid response, print an error message.