Posts by Lucas Almeida • 31 points
2 posts
-
2
votes1
answer393
viewsQ: How to access an object attribute within a stack of Objects
I have several objects of the Vehicle class with board, model and anoFabri as attributes, inside a stack I created (Stack.java). I need to apply a method in the Stack class, which removes objects…
-
1
votes1
answer1179
viewsQ: How do I sort string in the Insertion Sort method?
I’m with the following method, but in the WHILE line it’s error. netbeans says "bad operand types for Binary Operator "&&", first type: Boolean, Second type: int". public boolean…