hello,
I'm very new to java and trying to build a simple app.
can anyone explain to me how to do a calculation:
total = (n*v)*Q/1000
N,V and Q will be imputed by the user.
and the total will be displayed in a TextView (if possible)
any help will be great!
thanks

