Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #3087
| From | Eric Sosman <esosman@comcast-dot-net.invalid> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: error message at compiled time <identifier>expected on line 4 &5. |
| Date | 2014-11-07 10:50 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <m3ipo8$8dh$1@dont-email.me> (permalink) |
| References | <6fcbfae7-ecb3-4701-bfde-d56f3f82e2f9@googlegroups.com> |
On 11/7/2014 10:43 AM, abiolaquadri1987@gmail.com wrote:
>
> public class NestIFElevator {
> public boolean openDoor = false;
> public int currentFloor = 1;
> public Final int TOP_FLOOR = 10;
> public Final int MIN_FLOOR = 1;
`final' is not spelled `Final'.
(For future reference: If you have a question, ask a question.
The body of your message should contain at least one sentence that
ends with a question mark. Otherwise, everybody just has to guess
about what's puzzling you -- and we won't always guess correctly.)
--
esosman@comcast-dot-net.invalid
"Don't be afraid of work. Make work afraid of you." -- TLM
Back to comp.lang.java.help | Previous | Next — Previous in thread | Find similar
error message at compiled time <identifier>expected on line 4 &5. abiolaquadri1987@gmail.com - 2014-11-07 07:43 -0800 Re: error message at compiled time <identifier>expected on line 4 &5. Eric Sosman <esosman@comcast-dot-net.invalid> - 2014-11-07 10:50 -0500
csiph-web