Posts by edenilson • 1 point
1 post
-
-9
votes1
answer127
viewsQ: What are types in the return of a method?
I used PHP and I’ve never seen it, we know there are types of return double, float, int, boolean. In Java when we want to return one int I’ll tell you what: public int soma(int numero1,int numero2)…