skip to main
|
skip to sidebar
Java
2009年3月2日 星期一
Lab Java operators
(a) Write a Java program as follows:
Let i=2;
Print i;
Print 2 * (i++);
Print i;
Ans: 2, 4, 3
(b) Write a Java program as follows:
Let i=2;
Print i;
Print 2 * (++i);
Print i;
Ans: 2, 6, 3
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
link
電子三甲 9526134 李政洵
Favorite Links
石頭
口袋怪獸
Java
蔡阿緒的窩
Yahoo
許小銘
網際網路應用系統設計
標籤
心境
(1)
散文
(1)
FireFox
(1)
First Spot
(1)
Homework
(1)
Lab
(5)
Human, Computing & Accessibility
載入中…
回應
Loading...
標籤
Lab
(5)
FireFox
(1)
First Spot
(1)
Homework
(1)
心境
(1)
散文
(1)
網誌存檔
►
2007
(31)
►
9月
(2)
►
10月
(13)
►
11月
(7)
►
12月
(9)
►
2008
(4)
►
1月
(4)
▼
2009
(42)
►
2月
(4)
▼
3月
(19)
Homework 2-23-2009
Lab Java operators
Lab Java casting
Lab String Processing
Homework 3-2-2009
Lab Scanner
Lab Keyboard Input
Lab Keyboard precessing
Homework 3-9-2009
Lab Tax Calculation
Lab Finding the max of three numbers
Lab Finding the max of a list of numbers
Homework 3-16-2009
Lab Fibonacci
Lab Cosine
Homework: 3/23/2009
lab class definition
lab class definition 2
Homework 3-30-2009: counter
►
4月
(5)
►
5月
(9)
►
6月
(5)
關於我自己
s9526134
檢視我的完整簡介
沒有留言:
張貼留言