Skip to content

Commit 442faa9

Browse files
authored
Add files via upload
1 parent f1802cf commit 442faa9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CasaComInformacao/Porta.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package CasaComInformacao;
2+
3+
public class Porta {
4+
double altura;
5+
String cor;
6+
7+
public Porta() {
8+
9+
}
10+
11+
public Porta(double altura, String cor) {
12+
this.altura = altura;
13+
this.cor = cor;
14+
}
15+
}

0 commit comments

Comments
 (0)