Print 2N and 4N
Given an integer N, print the values of 2N and 4N.
Choose your challenge. Start easy and work your way up.
Given an integer N, print the values of 2N and 4N.
Find the maximum absolute difference between any two adjacent digits in a given number.
Enclose a given number between its smallest and largest digits.
Learn how to establish a connection between PHP and a MySQL database using the mysqli extension
Count the number of digits that appear in both of two given integers.
Count the number of times a vowel is followed by another vowel in a given string
Calculate the sum of all integers provided in a single space-separated line of input.
Fix the logical error in a function that prints integers from N+1 to 2N inclusive
Find the digit at the Nth decimal place when dividing X by Y
Calculate and print the cube of a given integer
Read an integer from input and output the result of multiplying it by 2
Read two integers from input and output their difference.