Posts by Guilherme Agenor • 1 point
1 post
-
-3
votes1
answer51
viewsQ: Java class with float and int
I am developing an MVC project with Java for web using eclipse. In the table database product is like this create table Produto ( Idproduto int identity primary key, Nome varchar(40), Preco…