"First and the Last Digit"- PROGRAM IN C Unknown September 27, 2017 First and the Last Digit If Given an integer N. Write a program to obtain the sum of the first and last digit of this number. Input ... Read More
Life Cycle Of Thread Unknown September 22, 2017 LIFE CYCLE OF A THREAD During the life time of a thread, there are many states it can enter. They include: 1. Newborn state 2. Runnable... Read More
Thread In Java Unknown September 21, 2017 Thread A thread is similar to a program that has a single flow of control. A thread has a beginning, a boy, and an end, and executes ... Read More
The Block Game Problem Unknown September 20, 2017 The Block Game The citizens of Byteland regularly play a game. They have blocks each denoting some integer from 0 to 9. These are arrang... Read More
Cops and the Thief Devu Unknown September 20, 2017 Cops and the Thief Devu There are 100 houses located on a straight line. The first house is numbered 1 and the last one is numbered 100. ... Read More
Sums in a Triangle Unknown September 20, 2017 Sums in a Triangle Let's consider a triangle of numbers in which a number appears in the first line, two numbers appear in the secon... Read More