Menu

[solved] – Question 70283

Write a program that accepts two real numbers and a select code from a user. If the entered select code is 1, have the
program add the two previously entered numbers and display the result; if the select code is 2, the numbers should be
multiplied; and if the select code is 3, the first number should be divided by the second number.

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *