Pattern Printing-Half Pyramid
Print a half pyramid pattern using asterisks (*) with N rows, where each row contains increasing number of asterisks separated by spaces.
Choose your challenge. Start easy and work your way up.
Print a half pyramid pattern using asterisks (*) with N rows, where each row contains increasing number of asterisks separated by spaces.
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