Chapter 6

GOAL

Understand and learn features and usage of the linked list

Knowledge Points

PrograMMIng Ideas

Try it

Example Expansion

Light Reader

Background Program

When light sensor‘s value < 300, it displays bananas.

When 300 < light sensor‘s value < 700, it displays watermelon.

When 700 < light sensor‘s value < 10000, it displays apple.

Item Sprite



Tip

download