Monday, April 24, 2017

java logic

I am continuing further in to the lesson on logic and if statements.

The starting tutorial is on logical operations. this tutorial introduced && and ||. & means and. || means or.

The first challenge that followed the tutorial had me create a simple button.

The second challenge had me set restrictions on a more difficult button.

The next tutorial covered else statements. else statements are the counter part to if statements. when a if statement isn't true then the else statement will be true.

The challenge that followed had me code a flash card button.
Tomorrow I am going to finish the remainder of the Logic and If statements lesson.

No comments:

Post a Comment