You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vedio-6 : Flow of Program - Flowcharts & Pseudocode
In this video, we discuss the flow of the program. Giving you insights about how to visualise your algorithms using flowcharts and turn them into pseudocode.
We cover concepts like if conditions, loops, and also learn how to find whether a number is prime or not in an efficient way.
Vedio-7 : Introduction to Java - Architecture & Installation
In this video we learn about the fundamentals of Java. How it works, the architecture, code execution, every single step in detail. We also cover the installation of tools that are required to write code in Java.
Vedio-8 : First Java Program - Input/Output, Debugging and Datatypes
In this video we run our first Java program from scratch, providing a hands on demo of every step.
We cover input and output in Java, data types, type conversion and casting, debugging, control flow, loops, and also solve a few problems.