Create a Flowchart and Pseudocode of the corresponding algorithm Initialize variable named ANSWER to 0. Input integer value for variable named A Input type of operation for character variable named...


Create a Flowchart and Pseudocode of the corresponding algorithm<br>Initialize variable named ANSWER to 0.<br>Input integer value for variable named A<br>Input type of operation for character variable named OPERATION<br>Input integer value for variable named B<br>If input for OPERATION is equal to'+'then add variables A and B<br>using formula ANSWER = A+B<br>If input for OPERATION is equal to- then subtract variables A and B<br>using formula ANSWER = A-B<br>If input for OPERATION is equal to *'then multiply variables A and B<br>using formula ANSWER = A* B<br>- If input for OPERATION is equal to /' then divide variables A and B<br>using formula ANSWER = A /B<br>.Display ANSWER<br>

Extracted text: Create a Flowchart and Pseudocode of the corresponding algorithm Initialize variable named ANSWER to 0. Input integer value for variable named A Input type of operation for character variable named OPERATION Input integer value for variable named B If input for OPERATION is equal to'+'then add variables A and B using formula ANSWER = A+B If input for OPERATION is equal to- then subtract variables A and B using formula ANSWER = A-B If input for OPERATION is equal to *'then multiply variables A and B using formula ANSWER = A* B - If input for OPERATION is equal to /' then divide variables A and B using formula ANSWER = A /B .Display ANSWER

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here