Posts by Arthur Galdino • 1 point
2 posts
-
-2
votes1
answer46
viewsQ: Method that returns False and to While True
public boolean para () { return false; } public void acao (int acao) { if (acao == 1) { System.out.println("Diga quanto quer depositar: "); Scanner sc = new Scanner (System.in); double valor =…
-
-3
votes2
answers70
viewsA: Error "cannot find Symbol" when creating an object
check in Vscode if both the Aula02.java file and the Pen.java file are in Package aula02. No need to give the import aula02.Caneta; because they theoretically are in the same Package.…
javaanswered Arthur Galdino 1