Question on Java Coding: String a = "444"; String b ="555"; String Total ="999" 444 and 555 should be fed by the user and the output 999 should be generated.
Anónimo
I tried to create an object tried to store the content in it and add it. But unfortunately my approch was wrong.