Write pseudocode for an algorithm that (1) asks the user to input the base and height of

Question:

Write pseudocode for an algorithm that

(1) asks the user to input the base and height of a triangle in meters,

(2) computes the triangle’s area, and

(3) prints the triangle’s area. Use the following sample session.

Sample session: Enter the base of the triangle in meters: 8 Enter the height of the triangle in meters: 6 The

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: