Question: 5. Write pseudocode using an if/then/else structure to do each of the following operations: a. Compute and display the value x + y if

5. Write pseudocode using an if/then/else structure to do each of the following operations: a. Compute and display the value x + y if the value of y is not 0. If y does have the value 0, then display the message 'Unable to perform the division'. b. Compute the area and circumference of a circle given the radius r if the radius is greater than or equal to 1.0; otherwise compute only the circumference.
Step by Step Solution
There are 3 Steps involved in it
a Pseudocode to compute and display the value of x y o... View full answer
Get step-by-step solutions from verified subject matter experts
