Codigo


What is Programming?


Programming is the process of creating a set of instructions that tell a computer how to perform a task.
But it is so much more than that,it is love , anger , frustration , you hate it , you love it , it is toxic but you love it

Popular Languages:


  • C++
  • Python
  • Java


  • They are also links to c++ programs and python programs so click on it ! NOW


    Why learn programming?


    1. Attractive Salary and Multiple Career Opportunities


    2. Develop Problem-Solving and Logical Skill


    3. Technologies Are Ruling the World


    4.Coding is Creativity


    Basically lots of Money and Happiness



    The Block Method



    This is a basic c++ program and it consists of different parts ,
    we are going to divide those parts into blocks.
    Lets divide this code into 3 learning blocks


    block 1 - compulsory block



    This block consists of important lines needed to run the program and
    is written before the beginning of main

    block 2 - hot block

    This block consists of the amazing hot stuff that run the program i.e., all the code inside the main

    Block 3 - practice it block


    Write the same program in your preferred IDE three times :


    1.Write it while seeing the program itself and understand the logic


    2.Write the program without seeing and compile it and see what mistakes are there


    3.Write it for the last time and hopefully you get no errors