Course objectives for this Blog: - Covers important, fundamental topics in structured programming - It emphasizes upon problem analysis - Algorithm designing - Program development and testing Course Outline: Introduction To Programming Flow Charts Pseudo-code Basic Structure of C++ Programming Manipulators - Expressions Functions Decision Making Switch Statements Loops Text Input/ Output Arrays Strings Pointers Structure So, Lets start with INTRODUCTION TO PROGRAMMING Computer is a machine which understand only the machine language only and And to run the machine we need some programming instructions . So , In this lecture we will understand the Programming language (C++). First of all the question arises : What is Programming Language? "Pr