What are decisions?
A decision is a way of allowing a program to choose which code to run. If a condition is met then one section of code will be run and if it is not then another section will be run.
The if decision structure
The if statement evaluates a condition and if the result is true then it runs...
Posted in: Java,learning programming,Programming
Email This
BlogThis!
Share to Facebook
0 comments:
Post a Comment