Finding the Factorial of an Entered Number

This time the program is a small one: the user types in a number, and it works out the factorial of that number.

Sum of the Numbers Between Two Entered Numbers

In this one we will build a program that takes two values from the user and adds up the numbers that fall between them.

Infinite Loop in C++

This little program asks the user for a number and then checks it: if the number turns out to be less than 8, the program drops into an infinite loop.

Building an iPhone / iPod / iPad App with Flash CS5.5

Building apps for iOS devices used to mean working on a Mac, but that is no longer the only option: you can now put together programs for them with Flash.

Calculator

Hello dear followers, here is the log of another very simple program.