Skip to content

Commit 3696b5a

Browse files
AC
1 parent 9ed8172 commit 3696b5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

J04002/src/main/java/com/mycompany/j04002/Nhap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static void main(String[] args) {
2121
}
2222
else{
2323
j04002 RTG = new j04002(w,h,clr);
24-
System.out.println((int)RTG.Area()+ " " + (int)RTG.Perimeter() + " " + RTG.reColor());
24+
System.out.println((int)RTG.Perimeter() + " " + (int)RTG.Area()+ " " + RTG.reColor());
2525
}
2626
}
2727
}
Binary file not shown.

0 commit comments

Comments
 (0)