32. Write a program to display area of triangle.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Algorithm:

Step 1: Start 

Step 2: Input Breadth and Height. (B, H)

Step 3: A = 1/2 * ( B * H )

Step 4: Print “Area of triangle“ A

Step 5: Stop/End 

Flowchart:

Create a flowchart to the area of the triangle
Create a flowchart to the area of the triangle
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

31. Write a program to display total surface area and volume of cube.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

33. Write a program to display volume of cube.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts