Posts by Ewerton Melo • 1 point
2 posts
-
0
votes0
answers8
viewsQ: How to increase the size of a vector running in the java language
I am making a program that manages the box of a Java store and need to increase the vector size while running without using collections... Go part of my code... How do I reference one vector to…
-
-1
votes2
answers184
viewsQ: How to access the name and address in the Customer Class, and access description and price in the Java Product Class, being in the Box Class?
I tried to use the following commands: // Requesting the customer’s name name = input.toString(); purchase[i]. getCliente(). setNome(name); // Código do produto a ser comprado, que é o endereço da…