.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author: Molly


Variables and Primitives
========================


Introduction
------------

At the end of this module you will..

* Have more practice declaring variables
  * Java Java Java! --> Sections 0.76 - 0.77
  * Think Java --> Chapter 2
* Think about how best to use variables as fields when designing a class
  * Java Java Java! --> Chapter 0
  * Think Java --> Section 10.2
* Know more about what primitive types and which types we've seen are primitive
  * Java Java Java! --> Sections 1.4
  * Think Java --> Chapter 2
* Learn about how to iterate without going infinite with a for loop
  * Java Java Java! --> Section 6.3
  * Think Java --> Section 7.5


Syntax Review
-------------



Syntax Practice
---------------

Codeworkout exercises



changePointeeDataDirect
-----------------------

Molly is practicing adding a CW style question (still in progress)

.. extrtoolembed:: 'changePointeeDataDirect'



Programming Practice
--------------------

Codeworkout exercises
---------------------

Reading Quiz 1
---------------------

Practicing making a multiple choice question to mimic a Khan Academy question

.. avembed:: Exercises/IntroToSoftwareDesign/Question1.html ka


