Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Chapter 3 
Lab 3 
Exercise 3 – Page 172 
 
Instructions: 
 
Part a 
 
Follow the instructions in your book. 
 Each method should take a single argument 
 Each method should be called twice 
 
Part b 
 
You do not need to do part b. 
 
Example Output: 
 
 
Turn in ArithmeticMethods.java 
 
Grading: 
 
2 – General, compiles, comments, proper indentation, etc 
2 – Proper use of methods in main 
2 – displayNumberPlus10 method 
2 – displayNumberPlus100 method 
2 – displayNumberPlus1000 method