We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6affc3a commit 092ac8cCopy full SHA for 092ac8c
src/main/java/com/example/AppClasses.java
@@ -54,6 +54,6 @@ public static void main(String[] args) {
54
55
System.out.println("Primeiro Nome: " + vetorNome[0]);
56
System.out.println("Segundo Nome: " + vetorNome[1]);
57
-
+ //
58
}
59
src/main/java/com/example/Cliente.java
@@ -65,7 +65,7 @@ public boolean isEspecial() {
65
66
public void setEspecial(boolean especial) {
67
this.especial = especial;
68
- }
+ }
69
70
public void setRenda(double renda){
71
if(renda >= 0)
0 commit comments