Posts by gustavo • 59 points
2 posts
- 
		2 votes1 answer555 viewsQ: How to use an object attribute to increment a counter?I have the exercise practically solved, it lacks only an "accountant". "For the determination of the monthly receivables per employee, the clients they raise should be counted. Each customer must… 
- 
		1 votes1 answer755 viewsQ: How to resolve "Array required, but (Class) found." error?Also create a test class where you should instantiate an object of the class "Letter" and then the objects that should be stored in the array of that class. Carta teste = new Carta(); for (int i =…