Introduction
  • Introduction
  • A Note!
  • Course Repository
Flowcharts
  • Building Blocks of Flowchart
  • Flowchart - Simple Interest
  • Flowchart - Largest Number
  • Flowchart - Sum of first N numbers
  • Flowchart - Prime Number
  • Flowchart - Sum of Multiple Inputs
  • Flowchart - Greatest Common Divisor
  • Flowchart - Bank Employee
  • Flowchart - Bank Security Guard
  • Assignment - I
Pseudocode
  • Pseudocode - Notation
  • Pseudocode - Simple Interest
  • Pseudocode - Largest of 3 Numbers
  • Pseudocode - Sum of N Numbers
  • Pseudocode - Prime or Not
  • Pseudocode - Sum of N Inputs
  • Pseudocode - GCD
  • Star Pattern
  • Star Pyramid
Writing Code
  • Code Simple Interest
  • Code Largest of 3
  • Code Sum of N Inputs
  • Code Prime Number
  • Code Star Pyramid Pattern
Challenge
  • Number Pyramid Pattern
Coding Exercises
  • Count Digits of a Number
  • Print First N Fibonacci Numbers
  • Print the given Pattern for N number of rows
  • Print the First 5 Multiples of N
  • Sum of Digits of a Number
  • GCD of Two Numbers
  • Mininum of Two Numbers
  • Factorial of a given Number
  • Print the given pattern for N rows
  • Print the given pattern for N rows
  • Count the Total Number of Vowels
Next Steps
  • Bonus Lesson