| Author |
Clarification of Java-1b
|
Armando Moncada
Greenhorn
Joined: Nov 14, 2011
Posts: 11
|
|
Hi,
I don't really understand the assignment.
It says, "Formatting is not necessary" Formatting of what, the program code or the output?
then it says "modify Java-1a so words are never split up" What words? Do you mean the name of the person?
Thanks,
|
Armando
|
 |
Greg Charles
Bartender
Joined: Oct 01, 2001
Posts: 1855
|
|
|
I believe "no formatting" just means you don't have to justify the text to fit in exactly 80 columns. You're just trying to make sure it doesn't go over 80 columns and therefore split in the middle of a word.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9001
|
|
Armando Moncada wrote:Hi,
I don't really understand the assignment.
It says, "Formatting is not necessary" Formatting of what, the program code or the output?
then it says "modify Java-1a so words are never split up" What words? Do you mean the name of the person?
Thanks,
Formatting of the code per the JavaRanch Style Guide is always required.
Yes, in this case, "words" = the name of the person
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
 |
|
|
subject: Clarification of Java-1b
|
|
|