Multiple of N till divisible by X
Find multiples of N starting from N*1 and stop when a multiple is divisible by X
Choose your challenge. Start easy and work your way up.
Find multiples of N starting from N*1 and stop when a multiple is divisible by X
Print all numbers in a given range [A, B] that are not divisible by a specified number N
Print a substring from the beginning of a given string until a specified character is encountered.
Print all odd integers between two given integers, excluding the boundaries.
Write an SQL query to join Person and Address tables and retrieve personal information with corresponding address details.
Print a pattern where each line shows repeated characters from the start of the string followed by the remaining characters
Print a string in an X pattern using the characters from the string on the diagonals and asterisks elsewhere
Print a half pyramid pattern using numbers from 1 to N where each row contains consecutive numbers starting from 1
Count the number of people who arrived late to a meeting that started at 10:00 AM
Calculate the final position of a person who starts at origin and moves in a spiral pattern with increasing distances
Find and print the second largest integer from a list of N integers.
Find the Nth term in a mixed geometric series where odd positions follow powers of 2 and even positions follow powers of 3.