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

Respuesta :

Answer:

See attachment for flowchart

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.

Ver imagen MrRoyal