
Students write their first Java program by creating a class with a main method, printing a message using System.out.println, saving with the correct file name, compiling, and running.
Explore complex relational operators in Java by evaluating multi-expression conditions using and, or, and not; print results, and apply true/false logic to if statements.
Explore complex relational and nested if statements in Java. Validate a day number (1–7) and print the corresponding weekday name, with guidance on curly braces and nested blocks.
Use a for loop in Java to repeat actions a defined number of times, starting from zero and incrementing i until it reaches count, with user input guiding the iterations.
Practice for loops in Java by iterating with an index and updating the condition to end the loop, using one variable or, sometimes, two variables.
Discover how the while loop controls repetition in Java by testing a condition, updating the counter to end the loop, and solving simple tasks like input handling and tax calculations.
For school kids it is hard to follow available online materials which are catered for adults. The span of attention of school kids is small. It is imperative to present a concept in a short and crisp manner to grab that attention. This course does just that. It introduces each concept/feature in a very short video which students can follow along. All basic Java programming concepts are presented. At their age level it is not advisable to start talking about advanced concepts until they are comfortable in programming in a procedural way.
If they can master this course materials they will be able to write small applications (calculator, quiz) and will boost their confidence which will enable them to continue learning advanced programming.