Skip to content

Commit 965b067

Browse files
Update RectArea.java
1 parent 64fed6a commit 965b067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: _05_Constructor/RectArea.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._05_Constructor;
2-
31
class Rectangle {
42
int length, width; // Declaration of variables
53
Rectangle(int x, int y) { // Definition Constructor

0 commit comments

Comments
 (0)