About 'Introducing Variables'!

Lecture recap…

In this video (objectives)…

  1. Discuss that variables are like boxes which store data.
  2. Create an integer variable to store our maximum guess value.
  3. Create an integer variable to store our minimum guess value.

After watching (learning outcomes)… Be capable of creating an integer type variable.

(Unique Video Reference: 3_NC_CUD)

We hope you enjoyed this lecture and found it valuable. Please share your comments below…

I’m curious why we didn’t use interpolation in the debug.log…

i.e.:

Debug.Log($"It should be no higher than: {maxGuess}")
1 Like

Privacy & Terms