Posts by Elivelton França • 3 points
1 post
-
0
votes1
answer64
viewsQ: How to Return the statement of an attribute on a Jlabel?
I am beginner in programming, my question is the following: - I created an attribute public static final double Preco_Gasolina = 3.85, in an A class. - I want to return the value of Preco_Gasolina =…