Basic Go Back How to Write a Programme Using C++ views 5:51 Each programming language has its own specific rules for writing a program and we have to follow these rules. When we write a program, the first command that we write is include. We use this command to give instructions to the computer regarding which of the libraries provided, need to be used. Almost all of the programs that we write, would need to use the following two libraries. Introduction of Programming languages How to Write a Programme Using C++ Keywords and variables Operators Relational Operators Logical Operators Loops and Decisions Decisions Switch Statement Breaking the loop and starting the program from beginning