| Author |
Assignment Say Questions
|
Nath Maniedeo
Greenhorn
Joined: Feb 15, 2008
Posts: 29
|
|
1.) ( "make this array a constant" ) Hi, I don't recall reading about a constant for this assignment on Java Ranch...but from my other readings...is this using a key word 'final'? 2.) "use an algorithm (logic)" This means a calculation correct? thanks for the time and help. Nath
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
A constant in Java is static final. A calculation usually involves numbers like 2 + 2 = 4. But in this case you don't really need to add, subtract or multiply. You may need to do some calculation for this assignment. It depends on your approach.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: Assignment Say Questions
|
|
|