Answer to Question #204245 in Java | JSP | JSF for Lunga Mavimbela

Question #204245

1 Write the pseudocode that will accurately represent the application you are designing.


1
Expert's answer
2021-06-08T02:12:34-0400
Pseudocode for application that calculates the area and perimeter of triangle:
	Begin
	  Declare length and width as variable of type integer
	  Declare variable area as double
	  Declare variable perimeter as double
	  Input width and length from the keyboard
	  set area = width * length
	  set perimeter = 2 * (L + w)
	  Display area
	  Display perimeter
    Stop

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS