C
Clinto
Hello,
I am trying to write a simple program for a blackberry that will take
two integers as inputs from the user and add them together and return
the sum. I am having a difficult time finding out what package and
what commands will allow me to take data from a user imput. I have
reviewed the API, but am unable to determine what to use. For Java in
netbean I use java.util.scanner and construct a new instance of
scanner. Does anyone know what contructor and what methods I should
use? Thanks.
I am trying to write a simple program for a blackberry that will take
two integers as inputs from the user and add them together and return
the sum. I am having a difficult time finding out what package and
what commands will allow me to take data from a user imput. I have
reviewed the API, but am unable to determine what to use. For Java in
netbean I use java.util.scanner and construct a new instance of
scanner. Does anyone know what contructor and what methods I should
use? Thanks.