Re: public static final - compilation error



Chris Smith <cdsmith@xxxxxxx> wrote:
> PLUS = plus;
> MINUS = plus;
> MULTI = plus;
> DIVIDE = plus;

Oops. Obviously, that should be:

PLUS = plus;
MINUS = minus;
MULTI = multi;
DIVIDE = divide;

--
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
.



Relevant Pages