Beginner Course

What I have learnt in this course.

FlowChart Symbols

A flowchart is a type of diagram that represents an algorithm, workflow or process. The flowchart shows the steps as boxes of various kinds, and their order by connecting the boxes with arrows. This diagrammatic representation illustrates a solution model to a given problem. Flowcharts are used in analyzing, designing, documenting or managing a process or program in various fields.

computer-science-flow-chart-symbols-inspirational-flowcharts.jpg

 

Beginner First Coding

#include <iostream>
using namespace std;

int main (){

cout<<"Hello World"<<endl;

return 0;

}

The Output:

pt pic 2.PNG

Icon Of Dec-C++

The apps that I used to learn C++

Icon Dev C++.PNG

Page

Back To Home Page

Discrere Structure Page : 1 , 2 ;
French Page : 1 , 2 
Programming Technique 1 Page : 1 , 2 , 3 , 4 ;
Technology and Information System Page : 1 , 2 , 3 , 4 , 5 , 6 , 7 ;
Digital Logic Page : 1 , 2 , 3 , 4 ;