Media Summary: APCS Unit 4 - Lesson 11 [Functions Make] (1-11-21) IF statements are a lot like while. While statements runs until it is false. IF runs until it is true. IF ( boolean statement) { instructions }
Programming 11 Lesson 4b Making - Detailed Analysis & Overview
APCS Unit 4 - Lesson 11 [Functions Make] (1-11-21) IF statements are a lot like while. While statements runs until it is false. IF runs until it is true. IF ( boolean statement) { instructions }