Archive for the “Programming” Category


Once upon a time, in my early days of programming, an instructor in the computer course wanted to help me improve my programming techniques! She asked me whether I would write a program to sort numbers from 0 to 9 given in mixed order. Then, she went. Perhaps she thought it would take too long. After [...]Tags: ,

Comments No Comments »

While writing a post (in Turkish) I recalled the old days. This is the C# (or modern) version of one of the sample codes, I made in a computer class, years ago. The original one was in BASIC and had four lines, though. using System; using System.Text; namespace TimesTable { class Program { static void [...]

Comments No Comments »