.. 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: Hamza Manzoor
   :requires:
   :satisfies: JSVEE Java
   :topic: JSVEE Java


JSVEE JAVA 4
================

About
-----------------------

JSVEE content package containing Java examples.

ae_while_v2
--------------------------------
Demonstration of while loop

.. extrtoolembed:: 'ae_while_v2'
   :learning_tool: mastery-grid-java-animations

ae_do_while_v2
--------------------------------
Demonstration of Do While loop

.. extrtoolembed:: 'ae_do_while_v2'
   :learning_tool: mastery-grid-java-animations

ae_JavaTutorial_4_6_6
------------------------------
Demonstration of for loop with multiple variables

.. extrtoolembed:: 'ae_JavaTutorial_4_6_6'
   :learning_tool: mastery-grid-java-animations

ae_nested_loops_v2
----------------------------------
Animation of the use of nested for loops

.. extrtoolembed:: 'ae_nested_loops_v2'
   :learning_tool: mastery-grid-java-animations

ae_use_array_v2
-----------------------
Example of using arrays in Java

.. extrtoolembed:: 'ae_use_array_v2'
   :learning_tool: mastery-grid-java-animations

ae_JavaTutorial_4_7_5
-----------------------
Example of initializing and looping through the arrays

.. extrtoolembed:: 'ae_JavaTutorial_4_7_5'
   :learning_tool: mastery-grid-java-animations


