From 060a1451d13ee2acc0e7a5e5efb9dedbe2efb90d Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:53:03 +0800 Subject: [PATCH 1/8] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 126f4f0..9a6af42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ # Core Concepts of Computer Programming + +Table of Contents +1. Input / Output + 1. Hello World Program +2. Variables & Data Types + 1. Sample Program for Variables and Data Types +3. Operators + 1. Assignment Operators Sample Program + 2. Arithmetic Operators Sample Program + 3. Comparison Operators Sample Program +4. Conditionals + 1.Samle Program Using IF + 2. Sample ng IF/ELSE +5. Functions +6. mple Program Creating And Using Functions + Of all the inventions in the field of electronics like the radio and telephone, the programmable computer was the most significant one. It changed the From a58690ae50db01f6e43f908ba9aeb4ace9d0ee03 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:54:08 +0800 Subject: [PATCH 2/8] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a6af42..a29f7da 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ Table of Contents 2. Arithmetic Operators Sample Program 3. Comparison Operators Sample Program 4. Conditionals - 1.Samle Program Using IF - 2. Sample ng IF/ELSE + 1. Sample Program Using IF + 2. Sample Program Using IF/ELSE 5. Functions -6. mple Program Creating And Using Functions +6. Sample Program Creating And Using Functions Of all the inventions in the field of electronics like the radio and telephone, the programmable computer From eaf5d26ae5bae6084dfc06e7a9c165fd1b04deb3 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:54:59 +0800 Subject: [PATCH 3/8] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a29f7da..86c5b8c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Core Concepts of Computer Programming +*** + Table of Contents 1. Input / Output 1. Hello World Program @@ -15,6 +17,8 @@ Table of Contents 5. Functions 6. Sample Program Creating And Using Functions +*** + Of all the inventions in the field of electronics like the radio and telephone, the programmable computer was the most significant one. It changed the From 0b07fc3d0366a177b525d77570258d5742dd13d0 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:58:23 +0800 Subject: [PATCH 4/8] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 86c5b8c..4b4f4d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Core Concepts of Computer Programming -*** - Table of Contents 1. Input / Output 1. Hello World Program From ea31787fd2aa985ca196d355782d61658efcd178 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:59:17 +0800 Subject: [PATCH 5/8] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b4f4d9..5f44cb1 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,7 @@ Table of Contents 5. Functions 6. Sample Program Creating And Using Functions -*** - +## Intro Of all the inventions in the field of electronics like the radio and telephone, the programmable computer was the most significant one. It changed the From 9f4014338cb4352ee9d69c07e0f9704918d9e7e3 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 14:59:58 +0800 Subject: [PATCH 6/8] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5f44cb1..199618e 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,20 @@ # Core Concepts of Computer Programming Table of Contents -1. Input / Output +1. Intro +2. Input / Output 1. Hello World Program -2. Variables & Data Types +3. Variables & Data Types 1. Sample Program for Variables and Data Types -3. Operators +4. Operators 1. Assignment Operators Sample Program 2. Arithmetic Operators Sample Program 3. Comparison Operators Sample Program -4. Conditionals +5. Conditionals 1. Sample Program Using IF 2. Sample Program Using IF/ELSE -5. Functions -6. Sample Program Creating And Using Functions +6. Functions +7. Sample Program Creating And Using Functions ## Intro Of all the inventions in the field of electronics From 97b32d33a7dfb95d430642fda229b672d85c3539 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 15:07:06 +0800 Subject: [PATCH 7/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 199618e..8591d42 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Core Concepts of Computer Programming Table of Contents -1. Intro -2. Input / Output +1. [Intro](#intro) +2. [Input / Output](#input-output) 1. Hello World Program 3. Variables & Data Types 1. Sample Program for Variables and Data Types From ab28d2a1981975169d6ad8811a744b19eb58c778 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 26 Jan 2021 15:16:51 +0800 Subject: [PATCH 8/8] Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8591d42..21635ab 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,19 @@ Table of Contents 1. [Intro](#intro) -2. [Input / Output](#input-output) - 1. Hello World Program -3. Variables & Data Types - 1. Sample Program for Variables and Data Types -4. Operators - 1. Assignment Operators Sample Program - 2. Arithmetic Operators Sample Program - 3. Comparison Operators Sample Program -5. Conditionals - 1. Sample Program Using IF - 2. Sample Program Using IF/ELSE -6. Functions -7. Sample Program Creating And Using Functions +2. [Input / Output](#input-and-output) + 1. [Hello World Program](#hello-world-program) +3. [Variables & Data Types](#variables-and-data-types) + 1. [Sample Program for Variables and Data Types](#sample-program-for-variables-and-data-types) +4. [Operators](#operators) + 1. [Assignment Operators Sample Program](#assignment-operators-sample-program) + 2. [Arithmetic Operators Sample Program](#arithmetic-operators-sample-program) + 3. [Comparison Operators Sample Program](#comparison-operators-sample-program) +5. [Conditionals](#conditionals) + 1. [Sample Program Using IF](#sample-program-using-if) + 2. [Sample Program Using IF/ELSE](#sample-program-using-if-else) +6. [Functions](#functions) + 1. [Sample Program Creating And Using Functions](#sample-program-creating-and-using-functions) ## Intro Of all the inventions in the field of electronics @@ -60,7 +60,7 @@ rather we just want to get the core concepts of computer programming that are common in different programming languages.* -## Input / Output +## Input And Output As was mentioned, a programmable computer is very important but the way you interact with the computer is through input and output: you as the user @@ -119,7 +119,7 @@ idea of what a programmable computer is all about. It's you telling the computer to do things it can handle in terms of binary data. -## Variables & Data Types +## Variables And Data Types In computer programming, a **variable** is just like a container to store digital data. A **data type** is the way you tell the computer how that data @@ -319,7 +319,7 @@ particularly when you want to catch the FALSE result or create a nested IF-ELSE. So, you want to extend it and catch the FALSE result. -### Sample Program Using IF/ELSE +### Sample Program Using IF ELSE ``` #include