Easy 2 point
Medium 4 points
Hard 6 points
Ninja 10 points
Question |
Type |
Level |
Solve |
Write a function that joins the two given lists into a single list? |
Array
|
Easy
|
Solve
|
Write a function that reverses the given list of numbers? |
Array
|
Easy
|
Solve
|
Write a function that checks whether any two number in the list sums to 10? |
Array
|
Easy
|
Solve
|
Write a function to find the remainder when a is divided by b? |
Number
|
Easy
|
Solve
|
Write a function to check if a number is either divisible by 2 or 3 or 5? |
Number
|
Easy
|
Solve
|
Write a function to check if a number is either divisible by 2 and 3 and 5? |
Number
|
Easy
|
Solve
|
Write a function to check whether given number is odd? |
Number
|
Easy
|
Solve
|
Write a function to generate sequence from 1 to given number in a list? |
Array
|
Easy
|
Solve
|
Write a function to generate n even numbers in a list? |
Array
|
Easy
|
Solve
|
Write a function that takes three sides of a triangle and tells whether it is an equilateral triangle? |
Math
|
Easy
|
Solve
|