
The program will be hands-on with discussion on the topic, doing some examples, and asking students to apply them. There will be a project showcase in the End.
We will also be doing projects after covering a few topics to see all the concepts working together.
Details of sessions though the order might change in class -
*SetUp , About Coding , Java Overview , Java Datatypes; Strings;
*Java Datatypes; Strings; Variables and Expressions; Rules of naming an Identifier
* Arithmetic Operators; Input - How to take information from the user for different data types
*Relational and Logical Operators and Expressions and apply them
*Conditional Statements: IF and Else; ELIF statements
*While Loops; - Running statements multiple times - Open-ended Loops
*For Loops; - Running statements multiple times - Close-ended Loops
*Projects