.. 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 8
================

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

JSVEE content package containing Java examples.

ae_nested_for_demo
--------------------------------
Example of nested for loops

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

ae_while_demo
------------------------------
Example of while loop to sum all the digits of a number

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

ae_concat_demo
----------------------------------
Example of strings concatenation in Java

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

ae_conditional_demo1
-----------------------
Examples of conditional OR and AND

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

ae_switch_demo1
-----------------------
Demonstration of the Switch statement

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

ae_switch_demo2
------------------------------
Another demonstration of the Switch statement

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


