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

Algorithm:

Step 1: Start 

Step 2: Input breadth and height of parallelogram(b, h)

Step 3: A = b * h

Step 4: Print Area is: A

Step 5: Stop/End

Flowchart:

Create a flowchart to display the area of parallelogram.
Create a flowchart to display the area of parallelogram.
Total
0
Shares
Leave a Reply

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

Previous Post

34. Write a program to display perimeter of square.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

36. Write a program to display volume of cuboid / box.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts