Archive | Programming

[Pascal]Some operations in the queue – code Pascal

By the way, have you by doing all of the queue, its always post up here. In all there 8 operations: 1. Check Empty: If the number of elements (size) the queue = 0 it returns true, opposite flase 2. Check full: If the number of elements (size) của queue = Max (The maximum number of elements of the queue) it returns true, opposite flase 3. Enter: As average import array […]

[Java]Enter, made in Java – Input, output in Java

A simple input and output from the keyboard in Java with Scanner Next, import and export files. In this program I will read from the file consists of lines INPUT.TXT, each with the name, age, Salary separated by commas, then written to the file output.txt information on different lines: CEO: INPUT.TXT file content is Nguyen Van Q,21,100000.0 Nguyen Thi B,20,200000.0 will be written to the file output.txt […]

[Java] Hello World

Create 1 project name is then created java_helloworld 1 file *.java (My main.java file) and write code as follows:

[C / C ]Hello World

First post programming C / C ++