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.



Answer :

Other Questions