More Practice

Classic programmed-learning exercises, refreshed for modern Java and presented in the current MrStyner.com portfolio style.

Modern Java noteThis archive has been refreshed for Java 25 LTS. Core language concepts remain useful, while outdated setup instructions and browser-era Java are labeled or replaced. Java 26 is the current feature release; Java 25 is used here as the stable teaching baseline.
go to previous page   go to home page   hear noise   go to next page

Answer:

Expression 53 12 - 3) x + 34 *z   99 sum + value
Correct or Not? Correct NOT Correct Correct NOT Correct Correct

More Practice

Let's try some more. Again, assume that all the variables have been correctly declared.

Expression sum + * 3 (12 - 3) sum * 34 / 2 emf * ( e 3.14y
Correct or Not?

 

QUESTION 20:

Why is the last expression not correct?