Posts by Marcos • 28 points
2 posts
-
0
votes1
answer29
viewsA: How do I execute a resale value calculation action for a product in PHP code itself?
Look, I don’t know if it’s that basic at this level what you want, but I’ll give you a teaspoon for being a beginner in PHP. From what I understand, before your Ry, insert: $valor_revenda =…
-
1
votes1
answer129
viewsQ: Doubt with reference when using add in Linkedlist, java
I have a LinkedList<CasosPossiveis> casos = new LinkedList<>(); and a CasosPossiveis objeto = new CasosPossiveis();. Within a for, after this statement, I make a: casos.add(objeto);,…