Lecture Outline
- To generate a random number, we must import the Random library. We can then use nextInt(), or nextDouble() to get a random interger or double
- null is a special value which shows that the object is referring to nothing, but null is still something
Lecture Recording
Lecture Slides
Code