Jacob

Inspiring the world through Personal Development and Entrepreneurship. Experimenter in life, productivity, and creativity. Work in SenseCentral.
3568 Articles

Computer Programming – Characters

If it was easy to work with numbers in computer programming, it…

Jacob

Computer Programming – Numbers

Every programming language provides support for manipulating different types of numbers such…

Jacob

Computer Programming – Loops

Let's consider a situation when you want to print Hello, World! five times. Here…

Jacob

Computer Programming – Decision

Decision making is critical to computer programming. There will be many situations…

Jacob

Computer Programming – Operators

An operator in a programming language is a symbol that tells the…

Jacob

Computer Programming – Keywords

So far, we have covered two important concepts called variables and their…

Jacob

Computer Programming – Variables

Variables are the names you give to computer memory locations which are…

Jacob

Computer Programming – Data Types

Let's discuss about a very simple but very important concept available in…

Jacob

Computer Programming – Basic Syntax

Let’s start with a little coding, which will really make you a…

Jacob

Computer Programming – Environment

Though Environment Setup is not an element of any Programming Language, it…

Jacob