Very very very basic java math problem
Go to solution
Solved by Mira Yurizaki,
You're missing an operator between (wage * hours) and (-tax). Most programming languages don't take a closing parenthesis followed by an opening parenthesis to imply a multiplication.
EDIT: What you probably wanted to do was (wages * hours) - tax

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now