100k views
4 votes
Draw a flowchart to accept two numbers, and then output the result as the first number

the power of the second number
Input 4 and 3
4×4×4
output is 64


User Anodyne
by
6.3k points

1 Answer

4 votes

Answer:

See attachment for flowchart

Step-by-step explanation:

- The flowchart starts and ends with an oval shape.

- The flowchart accepts input for variables First and Second using the parallelogram shape.

- After both inputs have been collected;

The flowchart calculates First^Second and stores the result in variable Result.

-The value of Result is printed, afterwards.

Draw a flowchart to accept two numbers, and then output the result as the first number-example-1
User Steffanie
by
5.7k points