Everyone Is An Achiever

Wednesday, January 14, 2015

Represent a number as a character string

1:21 AM Posted by Unknown 7 comments
Hello everyone, Today we'll do something simple, cool and useful. Today we'll learn how to get the character representation of a number, for example: the number: 2456 is "Two Thousand Four Hundred Fifty Six" You need such feature whenever you deal with bills and invoices. Before we go to the...

Tuesday, January 13, 2015

[improved] Finding the missing numbers in a series

4:56 AM Posted by Unknown 4 comments
Hello everyone, today will improve the finding missing numbers program. In this improvements we will:  find the missing elements and store them   capture the wrong entered elements  So, I've been thinking about the ways I can handle this. Storing all numbers is not a big...

Sunday, January 4, 2015

Finding the missing numbers in a series

9:34 PM Posted by Unknown 2 comments
Hello everyone, Today's tutorial is fun. We'll be given a series of numbers that has the EXACT difference, and we will find the missing numbers between them. Lets see an example. If we entered a series of initial 10 numbers as: 10 20 60 70 130 140 150 180 200 210 Since the difference between...