ReverseSo..keeping it simple..I have to display the reversed numbers of a string.Example: 1 2 3 4 5 6 .......
Reversed numberI've got to display all of the prime numbers(the numbers MUST have 4 digits),which's reverse is stil...
First n prime numbersI've got to display the first n natural prime numbers,n being introduced from the keyboard. Example...
Prime numbersI've got to display all of the prime numbers in the [a,b] interval,where a and b are introduced from...
Greatest common divisorFrom the keyboard are introduced the natural number n and k(2<=k<=n).I have to display all of the pa...