Skip to content

Commit

Permalink
Merge pull request #2 from mossgreen/patch-1
Browse files Browse the repository at this point in the history
Update AreaAndPerimeterOfARectangle.java
  • Loading branch information
mafudge committed Apr 24, 2015
2 parents 4b99c8c + 1d4c69d commit 757241b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* the area and perimeter of the recrangle.
*
* Area = Length x Width
* Perimeter 2 x Length x Width
* Perimeter = 2 x (Length + Width)
*
* SAMPLE RUN:
* Enter Length: 7
Expand All @@ -24,7 +24,7 @@ public class AreaAndPerimeterOfARectangle {
public static void main(String[] args) {
// declare variables

// get length and with inputs
// get length and width with inputs

// perform area, perimeter calculations

Expand Down

0 comments on commit 757241b

Please sign in to comment.