Learn the Core Coding Concepts intuitively
Aug 22, 2021
--
Contents
- Introduction
- Hello World
- Variables and Data Types
- Algorithm
- Arithmetic Operators
- Relational Operators
- The Logic in Logical Operators
- How to Interact with Users in Programming?
- Decision Making in Programming
- Decision Making with Switch Statement
- Repeating Logic in Programming
- Arrays — store multiple items using the same variable
- String — An array of characters with ‘\0’
- Functions — Reusable Logic
- Array of Strings