Summary
In this chapter, you learned how to use the logical &&
operator. You set up a project, pretended to save a database, wrote code to determine if there was something in the two text boxes, and learned what short-circuiting means.
In the next chapter, you'll learn about the logical ||
(OR) operator.