Results 1 to 2 of 2
Thread: Arithmetic Methods
- 01-15-2015, 03:54 AM #1
Member
- Join Date
- Dec 2012
- Posts
- 4
- Rep Power
- 0
Arithmetic Methods
a. Create an application named ArithmeticMethods whose main() method holds
two integer variables. Assign values to the variables. In turn, pass each value to
methods named displayNumberPlus10(), displayNumberPlus100(), and
displayNumberPlus1000(). Create each method to perform the task its name
implies.
b. Modify the ArithmeticMethods class to accept the values of the two integers from
a user at the keyboard.
- 01-15-2015, 04:42 AM #2
Senior Member
- Join Date
- Jan 2013
- Location
- Northern Virginia, United States
- Posts
- 6,226
- Rep Power
- 15
Re: Arithmetic Methods
Do you have a question?
Regards,
JimThe JavaTM Tutorials | SSCCE | Java Naming Conventions
Poor planning on your part does not constitute an emergency on my part
Similar Threads
-
Arithmetic exception
By dojob in forum New To JavaReplies: 8Last Post: 07-22-2013, 06:07 PM -
help with a Loop(arithmetic)
By derb2k2 in forum New To JavaReplies: 6Last Post: 01-26-2012, 02:15 PM -
Polynomials Arithmetic
By thisisIT in forum New To JavaReplies: 3Last Post: 03-09-2010, 02:27 PM -
Arithmetic Stacks
By unc123w in forum New To JavaReplies: 22Last Post: 10-21-2008, 09:24 PM
Bookmarks